Transforms ™
Last Published: 05 April 2024
|
Version: 4.0-SNAPSHOT
ApacheCon
Apache
Commons
Project Documentation
Project Information
Project Reports
JIRA Report
Javadoc
Source Xref
Test Source Xref
Surefire Report
Rat Report
JaCoCo
Checkstyle
SpotBugs
PMD
CPD
Commons
Home
License
Components
Sandbox
Dormant
General Information
Security
Volunteering
Contributing Patches
Building Components
Commons Parent POM
Commons Build Plugin
Commons Release Plugin
Site Publication
Releasing Components
Wiki
ASF
How the ASF works
Get Involved
Developer Resources
Code of Conduct
Privacy
Sponsorship
Thanks
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