Rule |
Violation |
Priority |
Line |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
64 |
CyclomaticComplexity |
The method 'classify(Point1S)' has a cyclomatic complexity of 10. |
3 |
161–176 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
3 |
246 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
3 |
253 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
3 |
254 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
467 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
482 |
CyclomaticComplexity |
The method 'splitDiameter(CutAngle)' has a cyclomatic complexity of 13. |
3 |
490–574 |
CognitiveComplexity |
The method 'splitDiameter(CutAngle)' has a cognitive complexity of 28, current threshold is 15 |
3 |
490–574 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
605 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
619 |