PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/commons/math4/transform/FastFourierTransform.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'transformInPlace(double)' has a cognitive complexity of 19, current threshold is 15 |
129–277 |
NPathComplexity |
The method 'transformInPlace(double)' has an NPath complexity of 672, current threshold is 200 |
129–277 |
AvoidLiteralsInIfCondition |
Avoid using Literals in Conditional Statements |
148 |
Files
org/apache/commons/math4/transform/FastFourierTransform.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'transformInPlace(double)' has a cognitive complexity of 19, current threshold is 15 |
3 |
129–277 |
NPathComplexity |
The method 'transformInPlace(double)' has an NPath complexity of 672, current threshold is 200 |
3 |
129–277 |
AvoidLiteralsInIfCondition |
Avoid using Literals in Conditional Statements |
3 |
148 |
|