소스 분석(?)을 위해 PMD 설치
공식 사이트는 https://pmd.github.io/
설치는 Help - Eclipse Marketplace 에서 pmd로 검색 후 설치 가능 하다.
제일 위에 나오는 pmd-eclipse-plugin이 맞는 것 같지만 현재는 안되고
두번째 나오는 eclipse-pmd가 정상적으로 설치 된다.
사이트에서 검색 시...안되는 사이트만 알려준다...
예전에는 되었으나 지금은 안되는 듯...
일단 stackoverflow만 봐도.. sourceforge만...
http://stackoverflow.com/questions/19443096/not-able-to-install-pmd-in-eclipse-kepler
stackoverflow에서 힌트를 얻어서 !!!
수동으로 http://acanda.github.io/eclipse-pmd/getting-started.html 를 보고도
따라 할 수 있다.
룰 세팅은 다음(?)에...
'IT' 카테고리의 다른 글
[Linux] chmod (0) | 2017.02.01 |
---|---|
[python][windows] 파이썬 서비스 윈도우 (0) | 2017.01.31 |
[Java] nested exception is java.lang.IndexOutOfBoundsException: Index: 256, Size: 256 Spring WebDataBinder AutoGrowCollectionLimit (0) | 2016.12.11 |
[Swift] UITableView Cell FontSize 맞추기 (0) | 2016.11.26 |
[Swift][Extenstion][NSDate] NSDate를 이용하여 hour minute toShortTimeString (0) | 2016.11.26 |