The following document contains the results of PMD 6.45.0.
Violations By Priority
Priority 3
io/wcm/qa/glnm/aspectj/MatcherAspect.java
Rule |
Violation |
Line |
SimplifyConditional |
No need to check for null before an instanceof |
104–105 |
io/wcm/qa/glnm/junit/combinatorial/ReAnnotationUtils.java
Rule |
Violation |
Line |
LiteralsFirstInComparisons |
Position literals first in String comparisons |
237 |
Files
io/wcm/qa/glnm/aspectj/MatcherAspect.java
Rule |
Violation |
Priority |
Line |
SimplifyConditional |
No need to check for null before an instanceof |
3 |
104–105 |
io/wcm/qa/glnm/junit/combinatorial/ReAnnotationUtils.java
Rule |
Violation |
Priority |
Line |
LiteralsFirstInComparisons |
Position literals first in String comparisons |
3 |
237 |