PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
org/opentrafficsim/base/parameters/constraint/NumericConstraint.java
Rule |
Violation |
Line |
UselessOperationOnImmutable |
An operation on an Immutable object (String, BigDecimal or BigInteger) wont change the object itself |
95 |
Priority 4
org/opentrafficsim/base/geometry/CircleShape.java
org/opentrafficsim/base/geometry/OtsLine2d.java
org/opentrafficsim/base/geometry/RoundedRectangleShape.java
Files
org/opentrafficsim/base/geometry/CircleShape.java
org/opentrafficsim/base/geometry/OtsLine2d.java
org/opentrafficsim/base/geometry/RoundedRectangleShape.java
org/opentrafficsim/base/parameters/constraint/NumericConstraint.java
Rule |
Violation |
Priority |
Line |
UselessOperationOnImmutable |
An operation on an Immutable object (String, BigDecimal or BigInteger) wont change the object itself |
3 |
95 |