Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/theme/business/ThemeDAO.java

Violation Line
Use block level rather than method level synchronization 6985

fr/paris/lutece/plugins/theme/business/ThemeHome.java

Violation Line
Avoid unnecessary if..then..else statements when returning booleans 145148

fr/paris/lutece/plugins/theme/service/ThemeResourceIdService.java

Violation Line
It is a good practice to call super() in a constructor 6871
Avoid variables with short names like rt 78
Avoid variables with short names like p 83

fr/paris/lutece/plugins/theme/service/ThemeService.java

Violation Line
Singleton is not thread safe 6669
Document empty method 7879
Deeply nested if..then statements are hard to read 136144

fr/paris/lutece/plugins/theme/web/ThemeJspBean.java

Violation Line
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 89
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 92
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 95