Fork me on GitHub

Résultats PMD

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

Violations By Priority

Priority 3

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

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

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

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

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

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

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

Rule Violation Ligne
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 Ligne
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 Ligne
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 Ligne
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 Ligne
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 Ligne
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 5053

Fichiers

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

Rule Violation Priority Ligne
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 Ligne
AvoidSynchronizedAtMethodLevel Use block level rather than method level synchronization 3 5566

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

Rule Violation Priority Ligne
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 Ligne
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 3 4382

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

Rule Violation Priority Ligne
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 Ligne
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 Ligne
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 Ligne
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 Ligne
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