Résultats PMD
Le document suivant contient les résultats de PMD 5.5.1.
Fichiers
fr/paris/lutece/plugins/chatbot/modules/botavatar/business/AvatarAssociation.java
Violation |
Ligne |
Avoid unused imports such as 'javax.validation.constraints.Size' |
36 |
Avoid unused imports such as 'javax.validation.constraints.Size' |
36 |
fr/paris/lutece/plugins/chatbot/modules/botavatar/service/BotAvatarService.java
Violation |
Ligne |
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. |
44–67 |
fr/paris/lutece/plugins/chatbot/modules/botavatar/web/AvatarAssociationJspBean.java
Violation |
Ligne |
Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. |
115 |
Assigning an Object to null is a code smell. Consider refactoring. |
131 |