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

Rule Violation Line
UselessParentheses Useless parentheses. 123

org/opentrafficsim/base/geometry/OtsLine2d.java

Rule Violation Line
UselessParentheses Useless parentheses. 676
UselessParentheses Useless parentheses. 677

org/opentrafficsim/base/geometry/RoundedRectangleShape.java

Rule Violation Line
UselessParentheses Useless parentheses. 149

Files

org/opentrafficsim/base/geometry/CircleShape.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 123

org/opentrafficsim/base/geometry/OtsLine2d.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 676
UselessParentheses Useless parentheses. 4 677

org/opentrafficsim/base/geometry/RoundedRectangleShape.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 149

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