Apache Commons logo Apache Commons Numbers

PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 2

org/apache/commons/numbers/arrays/MultidimensionalCounter.java

Rule Violation Line
AvoidReassigningParameters Avoid reassigning parameters such as 'index' 132

Priority 3

org/apache/commons/numbers/arrays/MultidimensionalCounter.java

Rule Violation Line
AvoidArrayLoops System.arraycopy is more efficient 8086

org/apache/commons/numbers/arrays/SortInPlace.java

Rule Violation Line
AvoidFieldNameMatchingMethodName Field key has the same name as a method 114
AvoidFieldNameMatchingMethodName Field value has the same name as a method 116

Files

org/apache/commons/numbers/arrays/MultidimensionalCounter.java

Rule Violation Priority Line
AvoidArrayLoops System.arraycopy is more efficient 3 8086
AvoidReassigningParameters Avoid reassigning parameters such as 'index' 2 132

org/apache/commons/numbers/arrays/SortInPlace.java

Rule Violation Priority Line
AvoidFieldNameMatchingMethodName Field key has the same name as a method 3 114
AvoidFieldNameMatchingMethodName Field value has the same name as a method 3 116

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/commons/numbers/arrays/MultidimensionalCounter.java Avoid using short method names annotation