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/announce/modules/workflow/business/TaskChangeAnnounceStatusConfigDAO.java

Rule Violation Line
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 5566

fr/paris/lutece/plugins/announce/modules/workflow/business/TaskNotifyAnnounceConfigDAO.java

Rule Violation Line
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 5975

fr/paris/lutece/plugins/announce/modules/workflow/business/prerequisite/PublicationDatePrerequisiteConfig.java

Rule Violation Line
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 4382

fr/paris/lutece/plugins/announce/modules/workflow/service/AnnounceConfigService.java

Rule Violation Line
UselessOverridingMethod Overriding method merely calls super 5154
UselessOverridingMethod Overriding method merely calls super 6063
UselessOverridingMethod Overriding method merely calls super 6972

fr/paris/lutece/plugins/announce/modules/workflow/service/TaskNotifyAnnounce.java

Rule Violation Line
ConfusingTernary Avoid if (x != y) ..; else ..; 98
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 163
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 163

fr/paris/lutece/plugins/announce/modules/workflow/service/prerequisite/PublicationDatePrerequisite.java

Rule Violation Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 118
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 118

fr/paris/lutece/plugins/announce/modules/workflow/web/ChangeAnnounceStatusTaskComponent.java

Rule Violation Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 122
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 122

fr/paris/lutece/plugins/announce/modules/workflow/web/NotifyAnnounceTaskComponent.java

Rule Violation Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 122
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 122
NPathComplexity The method 'doSaveConfig(HttpServletRequest, Locale, ITask)' has an NPath complexity of 512 138208
CyclomaticComplexity The method 'doSaveConfig(HttpServletRequest, Locale, ITask)' has a cyclomatic complexity of 11. 138208
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 144
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 145

Priority 4

fr/paris/lutece/plugins/announce/modules/workflow/business/TaskChangeAnnounceStatusConfig.java

Rule Violation Line
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 5053

Files

fr/paris/lutece/plugins/announce/modules/workflow/business/TaskChangeAnnounceStatusConfig.java

Rule Violation Priority Line
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 4 5053

fr/paris/lutece/plugins/announce/modules/workflow/business/TaskChangeAnnounceStatusConfigDAO.java

Rule Violation Priority Line
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 3 5566

fr/paris/lutece/plugins/announce/modules/workflow/business/TaskNotifyAnnounceConfigDAO.java

Rule Violation Priority Line
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 3 5975

fr/paris/lutece/plugins/announce/modules/workflow/business/prerequisite/PublicationDatePrerequisiteConfig.java

Rule Violation Priority Line
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 3 4382

fr/paris/lutece/plugins/announce/modules/workflow/service/AnnounceConfigService.java

Rule Violation Priority Line
UselessOverridingMethod Overriding method merely calls super 3 5154
UselessOverridingMethod Overriding method merely calls super 3 6063
UselessOverridingMethod Overriding method merely calls super 3 6972

fr/paris/lutece/plugins/announce/modules/workflow/service/TaskNotifyAnnounce.java

Rule Violation Priority Line
ConfusingTernary Avoid if (x != y) ..; else ..; 3 98
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 163
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 163

fr/paris/lutece/plugins/announce/modules/workflow/service/prerequisite/PublicationDatePrerequisite.java

Rule Violation Priority Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 118
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 118

fr/paris/lutece/plugins/announce/modules/workflow/web/ChangeAnnounceStatusTaskComponent.java

Rule Violation Priority Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 122
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 122

fr/paris/lutece/plugins/announce/modules/workflow/web/NotifyAnnounceTaskComponent.java

Rule Violation Priority Line
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 122
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 122
NPathComplexity The method 'doSaveConfig(HttpServletRequest, Locale, ITask)' has an NPath complexity of 512 3 138208
CyclomaticComplexity The method 'doSaveConfig(HttpServletRequest, Locale, ITask)' has a cyclomatic complexity of 11. 3 138208
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 3 144
PrematureDeclaration Avoid declaring a variable if it is unreferenced before a possible exit point. 3 145