i need a PMD java class for checking comments 开发者_高级运维on java code. I am working on MyEclipse IDE. any idea?You don\'t need a PMD rule, you can use the internal compiler to raise missing docume
I am damm confusing开发者_StackOverflow社区 to create a new PMD rule in ruleset! can anyone guide me to the approach to do so?
I have the following JUnit test. The method that I\'m testing is quite simple, it just receives a number and returns a List with its divisors. I don\'t want to repeat the test code many times, so I\'v
How can we add a new java based pmd rule in eclipse pmd plugin? I am getting following error: Invalid Class implement开发者_如何学JAVAation.The class must be in plugin classpath and implement the ru
How can I lock the version of a Maven plugin I want to use? I have the PMD plugin configured like so: <plugin>
开发者_如何学PythonI\'m using Netbeans to build a GUI application and PMD \"complains\" about things in the auto-generated code. Can I configure PMD to ignore auto-generated code (as I did with Checks
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I have if (localName.equals(\"TaxName\")) { but PMD says Position lite开发者_JAVA百科rals first in String comparisons
Guys, I wanted generate the pmd report while building the project so I have added plugin to build section of my pom.xml but still it don\'t execute until I explicitly call mvn clean install pmd:pmd. I
Can PMD be customized to fully support a new language, in a reasonable amount of time. I mean I know that technically almost anything can be done, but im wondering if this can be done开发者_开发知识库