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/migration/LocalizedMigrationFormats.java Avoid empty catch blocks nopmd
org/hipparchus/migration/exception/NonMonotonicSequenceException.java A getX() method which returns a boolean should be named isX() nopmd - this method name is for a legacy API we cannot change
org/hipparchus/migration/exception/NumberIsTooLargeException.java A getX() method which returns a boolean should be named isX() nopmd - this method name is for a legacy API we cannot change
org/hipparchus/migration/exception/NumberIsTooSmallException.java A getX() method which returns a boolean should be named isX() nopmd - this method name is for a legacy API we cannot change
org/hipparchus/migration/ode/ContinuousOutputModel.java Avoid unnecessary constructors - the compiler will generate these for you nopmd - unnecessary constructor added intentionally to make javadoc happy
org/hipparchus/migration/ode/JacobianMatrices.java You should not modify visibility of constructors, methods or fields using setAccessible() nopmd
org/hipparchus/migration/ode/JacobianMatrices.java You should not modify visibility of constructors, methods or fields using setAccessible() nopmd
org/hipparchus/migration/ode/JacobianMatrices.java Linguistics Antipattern - The setter 'setUpInitialState' should not return any type except void linguistically nopmd - PMD false positive

Back to top

Version: 3.1. Last Published: 2024-04-02.

Reflow Maven skin maintained by Olivier Lamy.