Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.5.1.

Fichiers

fr/paris/lutece/plugins/notifygru/modules/extendcomment/service/ExtendCommentConstants.java

Violation Ligne
Avoid unnecessary constructors - the compiler will generate these for you 3740

fr/paris/lutece/plugins/notifygru/modules/extendcomment/service/ExtendCommentProvider.java

Violation Ligne
Private field '_commentService' could be made final; it is only initialized in the declaration or constructor. 31
Avoid unused private fields such as '_configService'. 34
Avoid unused constructor parameters such as 'beanProviderName'. 39
Avoid unused constructor parameters such as 'strProviderId'. 39
No need to call String.valueOf to append to a string. 81
When instantiating a SimpleDateFormat object, specify a Locale 101