Apache Commons logo Apache Commons Numbers

PMD Results

The following document contains the results of PMD 7.23.0.

Violations By Priority

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
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 395414
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 490505
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 515523
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 535552

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
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 3 395414
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 3 490505
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 3 515523
ExhaustiveSwitchHasDefault The switch block is exhaustive even without the default case 3 535552