Résultats PMD
Le document suivant contient les résultats de PMD 5.3.5.
Fichiers
fr/paris/lutece/plugins/unittree/modules/notification/business/INotificationDAO.java
Violation |
Ligne |
Avoid modifiers which are implied by the context |
43 |
fr/paris/lutece/plugins/unittree/modules/notification/business/Notification.java
Violation |
Ligne |
Avoid using redundant field initializer for '_bHasNotif' |
43 |
Avoid using redundant field initializer for '_bUseEmail' |
44 |
Avoid using redundant field initializer for '_bUseList' |
45 |
A getX() method which returns a boolean should be named isX() |
84–87 |
A getX() method which returns a boolean should be named isX() |
101–104 |
A getX() method which returns a boolean should be named isX() |
118–121 |
fr/paris/lutece/plugins/unittree/modules/notification/business/NotificationDAO.java
Violation |
Ligne |
This final field could be made static |
44 |
This final field could be made static |
45 |
This final field could be made static |
47 |
This final field could be made static |
48 |
fr/paris/lutece/plugins/unittree/modules/notification/service/NotificationService.java
Violation |
Ligne |
Deeply nested if..then statements are hard to read |
214–217 |
Deeply nested if..then statements are hard to read |
219–228 |