Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

fr/paris/lutece/plugins/easyrulesbot/modules/sitebuilder/service/PomBuilder.java

Violation Line
Avoid unused imports such as 'java.util.Locale' 44
Avoid unused imports such as 'java.util.Locale' 44
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 100

fr/paris/lutece/plugins/easyrulesbot/modules/sitebuilder/service/VersionService.java

Violation Line
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. 4780