PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 2
org/apache/commons/math4/examples/kmeans/image/StandAlone.java
Rule |
Violation |
Line |
SystemPrintln |
System.out.println is used |
114 |
Priority 3
org/apache/commons/math4/examples/kmeans/image/StandAlone.java
Rule |
Violation |
Line |
ImmutableField |
Private field 'maxIter' could be made final; it is only initialized in the declaration or constructor. |
49 |
Files
org/apache/commons/math4/examples/kmeans/image/StandAlone.java
Rule |
Violation |
Priority |
Line |
ImmutableField |
Private field 'maxIter' could be made final; it is only initialized in the declaration or constructor. |
3 |
49 |
SystemPrintln |
System.out.println is used |
2 |
114 |
|