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/notifygru/modules/forms/services/provider/Constants.java

Rule Violation Line
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 325
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 325

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.java

Rule Violation Line
FieldNamingConventions The final field name '_strCustomerEmail' doesn't match '[a-z][a-zA-Z0-9]*' 83
FieldNamingConventions The final field name '_strConnectionId' doesn't match '[a-z][a-zA-Z0-9]*' 84
FieldNamingConventions The final field name '_strCustomerId' doesn't match '[a-z][a-zA-Z0-9]*' 85
FieldNamingConventions The final field name '_strCustomerPhoneNumber' doesn't match '[a-z][a-zA-Z0-9]*' 86
FieldNamingConventions The final field name '_strDemandReference' doesn't match '[a-z][a-zA-Z0-9]*' 87
FieldNamingConventions The final field name '_strDemandTypeId' doesn't match '[a-z][a-zA-Z0-9]*' 88
FieldNamingConventions The final field name '_strProviderId' doesn't match '[a-z][a-zA-Z0-9]*' 89
FieldNamingConventions The final field name '_strProvideDemandeId' doesn't match '[a-z][a-zA-Z0-9]*' 90
FieldNamingConventions The final field name '_strBaseUrl' doesn't match '[a-z][a-zA-Z0-9]*' 91
FieldNamingConventions The final field name '_nIdFormResponse' doesn't match '[a-z][a-zA-Z0-9]*' 92
FieldNamingConventions The final field name '_request' doesn't match '[a-z][a-zA-Z0-9]*' 93

Priority 3

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/Constants.java

Rule Violation Line
CommentRequired Header comments are required 325

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.java

Rule Violation Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 34367
DataClass The class 'FormsProvider' is suspected to be a Data Class (WOC=0.000%, NOPA=5, NOAM=0, WMC=11) 79367
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 239
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 311
UnusedFormalParameter Avoid unused method parameters such as 'formResponse'. 355

Files

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/Constants.java

Rule Violation Priority Line
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 1 325
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 325
CommentRequired Header comments are required 3 325

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.java

Rule Violation Priority Line
ExcessiveImports A high number of imports can indicate a high degree of coupling within an object. 3 34367
DataClass The class 'FormsProvider' is suspected to be a Data Class (WOC=0.000%, NOPA=5, NOAM=0, WMC=11) 3 79367
FieldNamingConventions The final field name '_strCustomerEmail' doesn't match '[a-z][a-zA-Z0-9]*' 1 83
FieldNamingConventions The final field name '_strConnectionId' doesn't match '[a-z][a-zA-Z0-9]*' 1 84
FieldNamingConventions The final field name '_strCustomerId' doesn't match '[a-z][a-zA-Z0-9]*' 1 85
FieldNamingConventions The final field name '_strCustomerPhoneNumber' doesn't match '[a-z][a-zA-Z0-9]*' 1 86
FieldNamingConventions The final field name '_strDemandReference' doesn't match '[a-z][a-zA-Z0-9]*' 1 87
FieldNamingConventions The final field name '_strDemandTypeId' doesn't match '[a-z][a-zA-Z0-9]*' 1 88
FieldNamingConventions The final field name '_strProviderId' doesn't match '[a-z][a-zA-Z0-9]*' 1 89
FieldNamingConventions The final field name '_strProvideDemandeId' doesn't match '[a-z][a-zA-Z0-9]*' 1 90
FieldNamingConventions The final field name '_strBaseUrl' doesn't match '[a-z][a-zA-Z0-9]*' 1 91
FieldNamingConventions The final field name '_nIdFormResponse' doesn't match '[a-z][a-zA-Z0-9]*' 1 92
FieldNamingConventions The final field name '_request' doesn't match '[a-z][a-zA-Z0-9]*' 1 93
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 239
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 311
UnusedFormalParameter Avoid unused method parameters such as 'formResponse'. 3 355