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/combinatorics/BinomialCoefficient.java

Rule Violation Line
CognitiveComplexity The method 'value(int, int)' has a cognitive complexity of 15, current threshold is 15 61116

org/apache/commons/numbers/combinatorics/BinomialCoefficientDouble.java

Rule Violation Line
CognitiveComplexity The method 'value(int, int)' has a cognitive complexity of 31, current threshold is 15 62124

Files

org/apache/commons/numbers/combinatorics/BinomialCoefficient.java

Rule Violation Priority Line
CognitiveComplexity The method 'value(int, int)' has a cognitive complexity of 15, current threshold is 15 3 61116

org/apache/commons/numbers/combinatorics/BinomialCoefficientDouble.java

Rule Violation Priority Line
CognitiveComplexity The method 'value(int, int)' has a cognitive complexity of 31, current threshold is 15 3 62124

Suppressed Violations

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