PMD Results
The following document contains the results of PMD 5.0.5.
Files
org/apache/maven/surefire/booter/Command.java
Violation |
Line |
Too many static imports may lead to messy code |
1–117 |
org/apache/maven/surefire/booter/CommandReader.java
Violation |
Line |
Too many static imports may lead to messy code |
1–464 |
org/apache/maven/surefire/booter/SurefireReflector.java
Violation |
Line |
Too many static imports may lead to messy code |
1–421 |
org/apache/maven/surefire/report/LegacyPojoStackTraceWriter.java
Violation |
Line |
These nested if statements could be combined |
117–120 |
org/apache/maven/surefire/testset/TestListResolver.java
Violation |
Line |
Too many static imports may lead to messy code |
1–494 |
org/apache/maven/surefire/util/ReflectionUtils.java
Violation |
Line |
Avoid empty catch blocks |
224–226 |
Avoid empty catch blocks |
227–229 |
org/apache/maven/surefire/util/internal/DaemonThreadFactory.java
Violation |
Line |
Avoid using java.lang.ThreadGroup; it is not thread safe |
42 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
73 |
Avoid using java.lang.ThreadGroup; it is not thread safe |
86 |