The following document contains the results of PMD 6.42.0.
Violations By Priority
Priority 3
org/hipparchus/ode/AbstractFieldIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'acceptStep(AbstractFieldODEStateInterpolator, T)' has a cognitive complexity of 68, current threshold is 15 |
304–462 |
org/hipparchus/ode/AbstractIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'acceptStep(AbstractODEStateInterpolator, double)' has a cognitive complexity of 68, current threshold is 15 |
287–447 |
org/hipparchus/ode/DenseOutputModel.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'getInterpolatedState(double)' has a cognitive complexity of 19, current threshold is 15 |
237–320 |
org/hipparchus/ode/FieldDenseOutputModel.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'getInterpolatedState(T)' has a cognitive complexity of 19, current threshold is 15 |
232–316 |
org/hipparchus/ode/events/EventFilter.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'g(ODEStateAndDerivative)' has a cognitive complexity of 29, current threshold is 15 |
113–199 |
org/hipparchus/ode/events/EventState.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'findRoot(ODEStateInterpolator, double, double, double, double)' has a cognitive complexity of 34, current threshold is 15 |
275–401 |
org/hipparchus/ode/events/FieldEventFilter.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'g(FieldODEStateAndDerivative)' has a cognitive complexity of 29, current threshold is 15 |
119–205 |
org/hipparchus/ode/events/FieldEventState.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'findRoot(FieldODEStateInterpolator, T, T, T, T)' has a cognitive complexity of 34, current threshold is 15 |
293–421 |
org/hipparchus/ode/events/FilterType.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'selectTransformer(Transformer, double, boolean)' has a cognitive complexity of 48, current threshold is 15 |
94–207 |
CognitiveComplexity |
The method 'selectTransformer(Transformer, double, boolean)' has a cognitive complexity of 48, current threshold is 15 |
272–385 |
org/hipparchus/ode/nonstiff/AdamsFieldIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 38, current threshold is 15 |
105–231 |
org/hipparchus/ode/nonstiff/AdamsIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 38, current threshold is 15 |
92–214 |
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'initializeHighOrderDerivatives(T, T, T, T)' has a cognitive complexity of 18, current threshold is 15 |
256–320 |
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'initializeHighOrderDerivatives(double, double, double, double)' has a cognitive complexity of 18, current threshold is 15 |
242–305 |
org/hipparchus/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 57, current threshold is 15 |
220–340 |
org/hipparchus/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 60, current threshold is 15 |
191–312 |
org/hipparchus/ode/nonstiff/GraggBulirschStoerIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'tryStep(double, double, double, int, double, double, double, double)' has a cognitive complexity of 19, current threshold is 15 |
421–481 |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 247, current threshold is 15 |
511–886 |
org/hipparchus/ode/nonstiff/GraggBulirschStoerStateInterpolator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'computeCoefficients(int)' has a cognitive complexity of 17, current threshold is 15 |
156–209 |
org/hipparchus/ode/nonstiff/RungeKuttaFieldIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 31, current threshold is 15 |
117–203 |
org/hipparchus/ode/nonstiff/RungeKuttaIntegrator.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 34, current threshold is 15 |
98–191 |
Files
org/hipparchus/ode/AbstractFieldIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'acceptStep(AbstractFieldODEStateInterpolator, T)' has a cognitive complexity of 68, current threshold is 15 |
3 |
304–462 |
org/hipparchus/ode/AbstractIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'acceptStep(AbstractODEStateInterpolator, double)' has a cognitive complexity of 68, current threshold is 15 |
3 |
287–447 |
org/hipparchus/ode/DenseOutputModel.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'getInterpolatedState(double)' has a cognitive complexity of 19, current threshold is 15 |
3 |
237–320 |
org/hipparchus/ode/FieldDenseOutputModel.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'getInterpolatedState(T)' has a cognitive complexity of 19, current threshold is 15 |
3 |
232–316 |
org/hipparchus/ode/events/EventFilter.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'g(ODEStateAndDerivative)' has a cognitive complexity of 29, current threshold is 15 |
3 |
113–199 |
org/hipparchus/ode/events/EventState.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'findRoot(ODEStateInterpolator, double, double, double, double)' has a cognitive complexity of 34, current threshold is 15 |
3 |
275–401 |
org/hipparchus/ode/events/FieldEventFilter.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'g(FieldODEStateAndDerivative)' has a cognitive complexity of 29, current threshold is 15 |
3 |
119–205 |
org/hipparchus/ode/events/FieldEventState.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'findRoot(FieldODEStateInterpolator, T, T, T, T)' has a cognitive complexity of 34, current threshold is 15 |
3 |
293–421 |
org/hipparchus/ode/events/FilterType.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'selectTransformer(Transformer, double, boolean)' has a cognitive complexity of 48, current threshold is 15 |
3 |
94–207 |
CognitiveComplexity |
The method 'selectTransformer(Transformer, double, boolean)' has a cognitive complexity of 48, current threshold is 15 |
3 |
272–385 |
org/hipparchus/ode/nonstiff/AdamsFieldIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 38, current threshold is 15 |
3 |
105–231 |
org/hipparchus/ode/nonstiff/AdamsIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 38, current threshold is 15 |
3 |
92–214 |
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'initializeHighOrderDerivatives(T, T, T, T)' has a cognitive complexity of 18, current threshold is 15 |
3 |
256–320 |
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'initializeHighOrderDerivatives(double, double, double, double)' has a cognitive complexity of 18, current threshold is 15 |
3 |
242–305 |
org/hipparchus/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 57, current threshold is 15 |
3 |
220–340 |
org/hipparchus/ode/nonstiff/EmbeddedRungeKuttaIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 60, current threshold is 15 |
3 |
191–312 |
org/hipparchus/ode/nonstiff/GraggBulirschStoerIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'tryStep(double, double, double, int, double, double, double, double)' has a cognitive complexity of 19, current threshold is 15 |
3 |
421–481 |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 247, current threshold is 15 |
3 |
511–886 |
org/hipparchus/ode/nonstiff/GraggBulirschStoerStateInterpolator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'computeCoefficients(int)' has a cognitive complexity of 17, current threshold is 15 |
3 |
156–209 |
org/hipparchus/ode/nonstiff/RungeKuttaFieldIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(FieldExpandableODE, FieldODEState, T)' has a cognitive complexity of 31, current threshold is 15 |
3 |
117–203 |
org/hipparchus/ode/nonstiff/RungeKuttaIntegrator.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'integrate(ExpandableODE, ODEState, double)' has a cognitive complexity of 34, current threshold is 15 |
3 |
98–191 |