PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
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 20 |
62 |
Files
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 20 |
3 |
62 |
org/apache/commons/numbers/combinatorics/Stirling.java
Rule |
Violation |
Priority |
Line |
AvoidLiteralsInIfCondition |
Avoid using literals in if statements |
3 |
196 |
|