Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 1

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/constant/FillingFormConstants.java

Rule Violation Line
ClassNamingConventions The utility class name 'FillingFormConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 3642

Priority 3

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/constant/FillingFormConstants.java

Rule Violation Line
CommentRequired Header comments are required 3642

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/FillingFormService.java

Rule Violation Line
CommentRequired Header comments are required 53115
NonThreadSafeSingleton Singleton is not thread safe 6467
AvoidCatchingGenericException Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 107

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/IFillingForm.java

Rule Violation Line
CommentRequired Header comments are required 4061
UnnecessaryModifier Unnecessary modifier 'public' on method 'fillFormAppointmentAttribut': the method is declared in an interface type 49
UnnecessaryModifier Unnecessary modifier 'public' on method 'fillFormAppointmentDynamicAttribut': the method is declared in an interface type 60

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/web/FillingAppointmentForm.java

Rule Violation Line
CommentRequired Header comments are required 5599

Files

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/constant/FillingFormConstants.java

Rule Violation Priority Line
ClassNamingConventions The utility class name 'FillingFormConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 3642
CommentRequired Header comments are required 3 3642

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/FillingFormService.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 53115
NonThreadSafeSingleton Singleton is not thread safe 3 6467
AvoidCatchingGenericException Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 3 107

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/IFillingForm.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4061
UnnecessaryModifier Unnecessary modifier 'public' on method 'fillFormAppointmentAttribut': the method is declared in an interface type 3 49
UnnecessaryModifier Unnecessary modifier 'public' on method 'fillFormAppointmentDynamicAttribut': the method is declared in an interface type 3 60

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/web/FillingAppointmentForm.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 5599