Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/column/impl/FormColumnFormResponseAssignee.java

Rule Violation Line
CommentRequired Header comments are required 4379

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/panel/initializer/impl/UserassignmentFormPanelInitializer.java

Rule Violation Line
CommentRequired Header comments are required 4255

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/querypart/impl/FormColumnFormResponseAssigneeQueryPart.java

Rule Violation Line
CommentRequired Header comments are required 5172
ImmutableField Private field '_resourceUserDAO' could be made final; it is only initialized in the declaration or constructor. 55
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 60

fr/paris/lutece/plugins/forms/modules/userassignment/web/form/column/display/impl/FormColumnDisplayFormResponseAssignee.java

Rule Violation Line
CommentRequired Header comments are required 4998
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 65
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 92

fr/paris/lutece/plugins/forms/modules/userassignment/web/form/panel/display/initializer/impl/UserassignmentFormPanelDisplayInitialiser.java

Rule Violation Line
CommentRequired Header comments are required 4965

Files

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/column/impl/FormColumnFormResponseAssignee.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4379

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/panel/initializer/impl/UserassignmentFormPanelInitializer.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4255

fr/paris/lutece/plugins/forms/modules/userassignment/business/form/querypart/impl/FormColumnFormResponseAssigneeQueryPart.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 5172
ImmutableField Private field '_resourceUserDAO' could be made final; it is only initialized in the declaration or constructor. 3 55
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 60

fr/paris/lutece/plugins/forms/modules/userassignment/web/form/column/display/impl/FormColumnDisplayFormResponseAssignee.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4998
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 65
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 92

fr/paris/lutece/plugins/forms/modules/userassignment/web/form/panel/display/initializer/impl/UserassignmentFormPanelDisplayInitialiser.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4965