PMD Results
The following document contains the results of PMD 4.3.
Files
org/jomc/tools/ClassFileProcessor.java
Violation | Line |
---|
Avoid unused private methods such as 'getMessage(Throwable)'. | 2400 |
org/jomc/tools/JomcTool.java
Violation | Line |
---|
Avoid using java.lang.ThreadGroup; it is not thread safe | 2640 |
Avoid unused private methods such as 'getMessage(Throwable)'. | 2806 |
org/jomc/tools/ResourceFileProcessor.java
Violation | Line |
---|
Avoid unused private methods such as 'getMessage(Throwable)'. | 544 |
org/jomc/tools/SourceFileProcessor.java
Violation | Line |
---|
Avoid unused private methods such as 'getMessage(Throwable)'. | 548 |
org/jomc/tools/modlet/ToolsModelProcessor.java
Violation | Line |
---|
These nested if statements could be combined | 502 - 505 |
These nested if statements could be combined | 523 - 533 |
These nested if statements could be combined | 639 - 642 |
These nested if statements could be combined | 778 - 788 |
org/jomc/tools/modlet/ToolsModelValidator.java
Violation | Line |
---|
These nested if statements could be combined | 315 - 323 |
These nested if statements could be combined | 580 - 588 |
org/jomc/tools/model/ToolsType.java
Violation | Line |
---|
Avoid using java.lang.ThreadGroup; it is not thread safe | 251 |
Avoid using java.lang.ThreadGroup; it is not thread safe | 352 |