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/ode/ComplexODEConverter.java Avoid unnecessary constructors - the compiler will generate these for you nopmd - unnecessary constructor added intentionally to make javadoc happy
org/hipparchus/ode/ComplexODEState.java Return an empty collection rather than null. nopmd
org/hipparchus/ode/FieldODEState.java Return an empty collection rather than null. nopmd
org/hipparchus/ode/LocalizedODEFormats.java Avoid empty catch blocks nopmd
org/hipparchus/ode/ODEState.java Return an empty collection rather than null. nopmd
org/hipparchus/ode/VariationalEquation.java Linguistics Antipattern - The setter 'setUpInitialState' should not return any type except void linguistically nopmd - PMD false positive
org/hipparchus/ode/events/DetectorBasedEventState.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd
org/hipparchus/ode/events/DetectorBasedEventState.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd
org/hipparchus/ode/events/FieldDetectorBasedEventState.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd
org/hipparchus/ode/events/FieldDetectorBasedEventState.java Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block nopmd
org/hipparchus/ode/nonstiff/AdamsMoultonFieldIntegrator.java The user-supplied array 'previous' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsMoultonFieldIntegrator.java The user-supplied array 'scaled' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsMoultonFieldIntegrator.java The user-supplied array 'state' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsMoultonIntegrator.java The user-supplied array 'previous' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsMoultonIntegrator.java The user-supplied array 'scaled' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsMoultonIntegrator.java The user-supplied array 'state' is stored directly. nopmd - array reference storage is intentional and documented here
org/hipparchus/ode/nonstiff/AdamsNordsieckFieldTransformer.java getInstance method always creates a new object and hence does not comply to Singleton Design Pattern behaviour. Please review nopmd - PMD false positive
org/hipparchus/ode/nonstiff/AdamsNordsieckTransformer.java getInstance method always creates a new object and hence does not comply to Singleton Design Pattern behaviour. Please review nopmd - PMD false positive

Back to top

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

Reflow Maven skin maintained by Olivier Lamy.