Apache Commons logo Apache Commons Numbers

PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

org/apache/commons/numbers/field/FP64.java

Rule Violation Line
AvoidFieldNameMatchingMethodName Field ZERO has the same name as a method 32
AvoidFieldNameMatchingMethodName Field ONE has the same name as a method 34

org/apache/commons/numbers/field/FP64Field.java

Rule Violation Line
AvoidFieldNameMatchingMethodName Field ZERO has the same name as a method 24
AvoidFieldNameMatchingMethodName Field ONE has the same name as a method 26

Files

org/apache/commons/numbers/field/FP64.java

Rule Violation Priority Line
AvoidFieldNameMatchingMethodName Field ZERO has the same name as a method 3 32
AvoidFieldNameMatchingMethodName Field ONE has the same name as a method 3 34

org/apache/commons/numbers/field/FP64Field.java

Rule Violation Priority Line
AvoidFieldNameMatchingMethodName Field ZERO has the same name as a method 3 24
AvoidFieldNameMatchingMethodName Field ONE has the same name as a method 3 26

Suppressed Violations

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