Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/wurfl/service/WurflService.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. 4971
System.out.println is used 62
System.out.println is used 66

fr/paris/lutece/plugins/wurfl/web/WurflInclude.java

Violation Line
Avoid variables with short names like i 64
Avoid variables with short names like pd 64
Avoid variables with short names like t 66
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 72