PMD Results
The following document contains the results of PMD 6.36.0.
Violations By Priority
Priority 3
org/apache/commons/geometry/spherical/oned/CutAngle.java
Rule |
Violation |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 27 characters appended. |
226 |
org/apache/commons/geometry/spherical/twod/EmbeddedTreeGreatCircleSubset.java
Rule |
Violation |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 20 characters appended. |
157 |
ConsecutiveLiteralAppends |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String. |
159 |
org/apache/commons/geometry/spherical/twod/GreatCircle.java
Rule |
Violation |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 18 characters appended. |
364 |
org/apache/commons/geometry/spherical/twod/RegionBSPTree2S.java
Rule |
Violation |
Line |
LinguisticNaming |
Linguistics Antipattern - The transform method 'toConvexRecursive' should not return void linguistically |
120–134 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
209 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
217 |
AssignmentInOperand |
Avoid assignments in operands |
288 |
Files
org/apache/commons/geometry/spherical/oned/CutAngle.java
Rule |
Violation |
Priority |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 27 characters appended. |
3 |
226 |
org/apache/commons/geometry/spherical/oned/RegionBSPTree1S.java
Rule |
Violation |
Priority |
Line |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
191 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
192 |
CyclomaticComplexity |
The method 'getNodeBoundaryPair(RegionNode1S)' has a cyclomatic complexity of 10. |
3 |
321–346 |
AssignmentInOperand |
Avoid assignments in operands |
3 |
329 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
3 |
381 |
org/apache/commons/geometry/spherical/twod/EmbeddedTreeGreatCircleSubset.java
Rule |
Violation |
Priority |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 20 characters appended. |
3 |
157 |
ConsecutiveLiteralAppends |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literals. Use a single append with a single combined String. |
3 |
159 |
org/apache/commons/geometry/spherical/twod/GreatCircle.java
Rule |
Violation |
Priority |
Line |
InsufficientStringBufferDeclaration |
StringBuilder has been initialized with size 16, but has at least 18 characters appended. |
3 |
364 |
org/apache/commons/geometry/spherical/twod/RegionBSPTree2S.java
Rule |
Violation |
Priority |
Line |
LinguisticNaming |
Linguistics Antipattern - The transform method 'toConvexRecursive' should not return void linguistically |
3 |
120–134 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
3 |
209 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
217 |
AssignmentInOperand |
Avoid assignments in operands |
3 |
288 |
|