PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
org/opentrafficsim/animation/DefaultAnimationFactory.java
Rule | Violation | Line |
---|---|---|
UnnecessaryReturn | Unnecessary return statement | 336 |
org/opentrafficsim/animation/gtu/colorer/GtuColorerManager.java
Rule | Violation | Line |
---|---|---|
UnnecessarySemicolon | Unnecessary semicolon | 106 |
Priority 4
org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 82 |
Files
org/opentrafficsim/animation/DefaultAnimationFactory.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryReturn | Unnecessary return statement | 3 | 336 |
org/opentrafficsim/animation/gis/CoordinateTransformLonLatToXy.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 82 |
org/opentrafficsim/animation/gtu/colorer/GtuColorerManager.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessarySemicolon | Unnecessary semicolon | 3 | 106 |