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/rootfinder/BrentSolver.java

Rule Violation Line
CognitiveComplexity The method 'brent(DoubleUnaryOperator, double, double, double, double)' has a cognitive complexity of 31, current threshold is 15 158249
NPathComplexity The method 'brent(DoubleUnaryOperator, double, double, double, double)' has an NPath complexity of 1261, current threshold is 200 158249

Files

org/apache/commons/numbers/rootfinder/BrentSolver.java

Rule Violation Priority Line
CognitiveComplexity The method 'brent(DoubleUnaryOperator, double, double, double, double)' has a cognitive complexity of 31, current threshold is 15 3 158249
NPathComplexity The method 'brent(DoubleUnaryOperator, double, double, double, double)' has an NPath complexity of 1261, current threshold is 200 3 158249