PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/commons/math4/neuralnet/Neuron.java
Rule |
Violation |
Line |
DataClass |
The class 'Neuron' is suspected to be a Data Class (WOC=28.571%, NOPA=0, NOAM=5, WMC=17) |
33–218 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
72–79 |
org/apache/commons/math4/neuralnet/internal/NeuralNetException.java
Rule |
Violation |
Line |
DataClass |
The class 'NeuralNetException' is suspected to be a Data Class (WOC=0.000%, NOPA=8, NOAM=0, WMC=1) |
24–55 |
org/apache/commons/math4/neuralnet/twod/util/UnifiedDistanceMatrix.java
Rule |
Violation |
Line |
CognitiveComplexity |
The method 'computeImage(NeuronSquareMesh2D)' has a cognitive complexity of 20, current threshold is 15 |
62–154 |
Files
org/apache/commons/math4/neuralnet/Neuron.java
Rule |
Violation |
Priority |
Line |
DataClass |
The class 'Neuron' is suspected to be a Data Class (WOC=28.571%, NOPA=0, NOAM=5, WMC=17) |
3 |
33–218 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
72–79 |
org/apache/commons/math4/neuralnet/internal/NeuralNetException.java
Rule |
Violation |
Priority |
Line |
DataClass |
The class 'NeuralNetException' is suspected to be a Data Class (WOC=0.000%, NOPA=8, NOAM=0, WMC=1) |
3 |
24–55 |
org/apache/commons/math4/neuralnet/twod/util/LocationFinder.java
Rule |
Violation |
Priority |
Line |
AvoidInstantiatingObjectsInLoops |
Avoid instantiating new objects inside loops |
3 |
88 |
org/apache/commons/math4/neuralnet/twod/util/UnifiedDistanceMatrix.java
Rule |
Violation |
Priority |
Line |
CognitiveComplexity |
The method 'computeImage(NeuronSquareMesh2D)' has a cognitive complexity of 20, current threshold is 15 |
3 |
62–154 |
|