Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

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

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

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

Violation Line
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