PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/opentrafficsim/base/parameters/constraint/NumericConstraint.java
| Rule | Violation | Line |
|---|---|---|
| UselessOperationOnImmutable | The result of an operation on an immutable object is ignored | 96 |
Priority 4
org/opentrafficsim/base/geometry/CircleShape.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 98 |
org/opentrafficsim/base/geometry/OtsLine2d.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 681 |
| UselessParentheses | Useless parentheses. | 682 |
org/opentrafficsim/base/geometry/RoundedRectangleShape.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 118 |
Files
org/opentrafficsim/base/geometry/CircleShape.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 98 |
org/opentrafficsim/base/geometry/OtsLine2d.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 681 |
| UselessParentheses | Useless parentheses. | 4 | 682 |
org/opentrafficsim/base/geometry/RoundedRectangleShape.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 118 |
org/opentrafficsim/base/parameters/constraint/NumericConstraint.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessOperationOnImmutable | The result of an operation on an immutable object is ignored | 3 | 96 |
