PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/opentrafficsim/kpi/sampling/Query.java
| Rule | Violation | Line |
|---|---|---|
| UnusedFormalParameter | Avoid unused constructor parameters such as 'id'. | 71 |
org/opentrafficsim/kpi/sampling/Trajectory.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 883–886 |
Priority 4
org/opentrafficsim/kpi/sampling/data/ExtendedDataFloat.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 48 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataNumber.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 40 |
org/opentrafficsim/kpi/sampling/indicator/Persistent.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 267 |
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 | This if statement could be combined with its parent | 3 | 883–886 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataFloat.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 48 |
org/opentrafficsim/kpi/sampling/data/ExtendedDataNumber.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 40 |
org/opentrafficsim/kpi/sampling/indicator/Persistent.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 267 |
