PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/opentrafficsim/kpi/sampling/Query.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'id'. |
71 |
Files
org/opentrafficsim/kpi/sampling/Query.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'id'. |
3 |
71 |
org/opentrafficsim/kpi/sampling/Trajectory.java
Rule |
Violation |
Priority |
Line |
CollapsibleIfStatements |
These nested if statements could be combined |
3 |
900–903 |