PMD Results
The following document contains the results of PMD 5.5.1.
Files
fr/paris/lutece/plugins/notifygru/modules/directory/NotifyGruDirectoryPlugin.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. |
46–59 |
fr/paris/lutece/plugins/notifygru/modules/directory/services/NotifyGruDirectoryService.java
Violation |
Line |
The class 'NotifyGruDirectoryService' has a Cyclomatic Complexity of 3 (Highest = 10). |
60–327 |
The method 'getRecordFieldValue' has a Cyclomatic Complexity of 10. |
224–266 |
Deeply nested if..then statements are hard to read |
253–260 |
Prefer StringBuffer over += for concatenating strings |
258 |
fr/paris/lutece/plugins/notifygru/modules/directory/services/provider/EditRecordMarkerProvider.java
Violation |
Line |
Avoid variables with short names like ID |
56 |