PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
org/opentrafficsim/kpi/sampling/Trajectory.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 841–844 |
Priority 4
org/opentrafficsim/kpi/sampling/data/ExtendedDataFloat.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 45 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataNumber.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 37 |
org/opentrafficsim/kpi/sampling/indicator/Persistent.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 268 |
Files
org/opentrafficsim/kpi/sampling/Trajectory.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 841–844 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataFloat.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 45 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataNumber.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 37 |
org/opentrafficsim/kpi/sampling/indicator/Persistent.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 268 |
