PMD Results
The following document contains the results of PMD 6.55.0.
PMD found no problems in your source code.
Suppressed Violations
Filename | Rule message | Suppression type | Reason |
---|---|---|---|
org/hipparchus/fitting/AbstractCurveFitter.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/fitting/GaussianCurveFitter.java | Avoid empty catch blocks | nopmd | |
org/hipparchus/fitting/GaussianCurveFitter.java | Avoid empty catch blocks | nopmd |