PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/surefire/common/junit4/JUnit4RunListener.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 19–204 |
org/apache/maven/surefire/common/junit4/JUnit4StackTraceWriter.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 113–115 |
Files
org/apache/maven/surefire/common/junit4/JUnit4RunListener.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–204 |
org/apache/maven/surefire/common/junit4/JUnit4StackTraceWriter.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 113–115 |