The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
Avoid unused imports such as 'java.awt.Color' | 37 |
Avoid unused imports such as 'java.awt.Color' | 37 |
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 58–159 |
Avoid variables with short names like g | 114 |
Avoid variables with short names like at | 115 |