Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/util/image/ImageUtil.java

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. 58159
Avoid variables with short names like g 114
Avoid variables with short names like at 115