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

Rule Violation Line
UselessParentheses Useless parentheses. 141

org/opentrafficsim/base/geometry/BoundingCircle.java

Rule Violation Line
UselessParentheses Useless parentheses. 121

Files

org/opentrafficsim/base/geometry/BoundingBoxRounded.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 141

org/opentrafficsim/base/geometry/BoundingCircle.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 121

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