pmd
how to make logic for checking braces for conditional statements in java?
I am practicing with PMD plug-in and i want to write a rule in java for checking braces for if, while and for loops. Any id开发者_运维技巧ea? thanks in advance.It is just a matter or understanding the[详细]
2023-02-20 05:35 分类:问答PMD - NPath complexity very high with ternary operator (?
I\'m using PMD to generate some code quality report on a project. I don\'t understand a result for the NPath complexity inspection.[详细]
2023-02-12 09:03 分类:问答Help installing PMD Eclipse plugin
I am trying to install PMD onto my Eclipse Helios installation. I follow the usual instructions to use the \'Install New Software\' feature within Eclipse. All seems to go swimmingly and the installat[详细]
2023-02-09 14:53 分类:问答Iterating over the content of a text file line by line - is there a best practice? (vs. PMD's AssignmentInOperand)
We have a Java Application that has a few modules that know to read text files. They do it q开发者_开发百科uite simply with a code like this:[详细]
2023-02-04 23:12 分类:问答Usage of static analysis tools - with Clear Case/Quest
We are in the process of defining our software development process and wanted to get some feed back from the gro开发者_开发知识库up about this topic.[详细]
2023-02-04 03:55 分类:问答How to fix the following PMD violations
I am using PMD to analyze code and it produces a few high priority warnings which I do not know how to fix.[详细]
2023-02-02 18:13 分类:问答Configuring eclipse plugin PMD to use multiple rulesets
I find PMD very useful tool. So I have installed PMD eclipse plugin. With PMD, we can define multiple ruleset files. One of the reason I have multiple rulesets file is that I need to exclude some cl[详细]
2023-01-29 21:16 分类:问答What are the differences between PMD and FindBugs?
There was a question comparing PMD and CheckStyle. However, I can\'t find a nice breakdown on the differences/similarities between PMD and FindBugs. I believe a key difference is that PMD works on sou[详细]
2023-01-27 02:23 分类:问答Default constructor is good or evil? Checkstyle and PMD are opposite here [closed]
Closed. This question is o开发者_开发百科pinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-22 05:27 分类:问答need java pmd rule for comments in myeclipse
i am trying to write a java pmd rule to check source code comments. The rule shou开发者_JAVA技巧ld be able to identify all the method and variable declarations. If any method/variable declares without[详细]
2023-01-21 02:24 分类:问答