PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
org/opentrafficsim/base/geometry/OtsBounds2d.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'static' on field 'CENTER': the field is declared in an interface type |
21 |
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 |
101 |
Priority 4
org/opentrafficsim/base/geometry/BoundingBoxRounded.java
org/opentrafficsim/base/geometry/BoundingCircle.java
Files
org/opentrafficsim/base/geometry/BoundingBoxRounded.java
org/opentrafficsim/base/geometry/BoundingCircle.java
org/opentrafficsim/base/geometry/OtsBounds2d.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'static' on field 'CENTER': the field is declared in an interface type |
3 |
21 |
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 |
101 |