Apache Commons logo Apache Commons Numbers

PMD Results

The following document contains the results of PMD 7.3.0.

Violations By Priority

Priority 1

org/apache/commons/numbers/quaternion/Quaternion.java
Rule Violation Line
ConstructorCallsOverridableMethod Overridable method called during object construction: Throwable.initCause(Throwable) 730

Priority 3

org/apache/commons/numbers/quaternion/Quaternion.java
Rule Violation Line
AvoidFieldNameMatchingMethodName Field normSq has the same name as a method 94
AvoidFieldNameMatchingMethodName Field norm has the same name as a method 96

Files

org/apache/commons/numbers/quaternion/Quaternion.java

Rule Violation Priority Line
AvoidFieldNameMatchingMethodName Field normSq has the same name as a method 3 94
AvoidFieldNameMatchingMethodName Field norm has the same name as a method 3 96
ConstructorCallsOverridableMethod Overridable method called during object construction: Throwable.initCause(Throwable) 1 730