Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
11 0 0 9

Rules

Category Rule Violations Severity
coding ExplicitInitialization 3  Error
modifier RedundantModifier 1  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4  Error

Details

fr/paris/lutece/plugins/unittree/modules/notification/business/INotificationDAO.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 43

fr/paris/lutece/plugins/unittree/modules/notification/business/Notification.java

Severity Category Rule Message Line
 Error coding ExplicitInitialization Variable '_bHasNotif' explicitly initialized to 'false' (default value for its type). 43
 Error coding ExplicitInitialization Variable '_bUseEmail' explicitly initialized to 'false' (default value for its type). 44
 Error coding ExplicitInitialization Variable '_bUseList' explicitly initialized to 'false' (default value for its type). 45

fr/paris/lutece/plugins/unittree/modules/notification/business/NotificationDAO.java

Severity Category Rule Message Line
 Error naming MemberName Name 'SQL_SELECT_BY_UNIT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 44
 Error naming MemberName Name 'SQL_DELETE_BY_UNIT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 45
 Error naming MemberName Name 'SQL_UPDATE_NOTIFICATION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 47
 Error naming MemberName Name 'SQL_INSERT_NOTIFICATION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48

fr/paris/lutece/plugins/unittree/modules/notification/service/NotificationService.java

Severity Category Rule Message Line
 Error naming LocalVariableName Name '_unitUserService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 221