pmd
pmd rule for checking java code for comments
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[详细]
2023-01-20 07:55 分类:问答How to create PMD custom rule in ruleset?
I am damm confusing开发者_StackOverflow社区 to create a new PMD rule in ruleset! can anyone guide me to the approach to do so?[详细]
2023-01-18 08:50 分类:问答Should I split methods for reuse in JUnit?
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[详细]
2023-01-15 14:17 分类:问答Adding new java based PMD rule in eclipse pmd plugin
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[详细]
2023-01-13 04:20 分类:问答How to lock maven plugin version
How can I lock the version of a Maven plugin I want to use? I have the PMD plugin configured like so: <plugin>[详细]
2023-01-12 20:44 分类:问答PMD and auto generated code in Netbeans
开发者_如何学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[详细]
2023-01-09 09:02 分类:问答Using a custom PMD ruleset file within Ant [closed]
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[详细]
2023-01-04 17:31 分类:问答What is the right position of literals in String Comparison?
I have if (localName.equals(\"TaxName\")) { but PMD says Position lite开发者_JAVA百科rals first in String comparisons[详细]
2023-01-04 08:10 分类:问答can we include maven pmd plugin execution within build goal?
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[详细]
2023-01-02 12:56 分类:问答Can PMD be customized to fully support a new language?
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开发者_开发知识库[详细]
2022-12-31 21:53 分类:问答