PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 2
com/garbuz/core/Main.java
Rule | Violation | Line |
---|---|---|
SystemPrintln | System.out.println is used | 13 |
Priority 3
com/garbuz/core/Main.java
Rule | Violation | Line |
---|---|---|
MethodArgumentCouldBeFinal | Parameter 'args' is not assigned and could be declared final | 11 |
LocalVariableCouldBeFinal | Local variable 'main' could be declared final | 12 |
Files
com/garbuz/core/Main.java
Rule | Violation | Priority | Line |
---|---|---|---|
MethodArgumentCouldBeFinal | Parameter 'args' is not assigned and could be declared final | 3 | 11 |
LocalVariableCouldBeFinal | Local variable 'main' could be declared final | 3 | 12 |
SystemPrintln | System.out.println is used | 2 | 13 |