본문 바로가기

JAVA Programming/Plugins

PMD

What is Pmd?


PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, XML, XSL.


Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript.


PMD는 소스 코드 분석기이다. 그것은 사용되지 않는 변수, 빈 catch 블록, 불필요한 객체 생성과 같은 일반적인 프로그래밍의 결함을 발견한다. 그것은 Java, JavaScript, XML, XSL을 지원합니다.

또한 그것은 CPD, (copy-paste-detector)를 포함한다. CPD는 Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript 안에 중복 코드를 찾아줍니다.

http://pmd.sourceforge.net/