The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
ClassWithOnlyPrivateConstructorsShouldBeFinal | A class which only has private constructors should be final | 3–25 |
ClassNamingConventions | The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 3–25 |
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 |
Rule | Violation | Line |
---|---|---|
CommentRequired | Header comments are required | 3–25 |
Rule | Violation | Line |
---|---|---|
ExcessiveImports | A high number of imports can indicate a high degree of coupling within an object. | 34–367 |
DataClass | The class 'FormsProvider' is suspected to be a Data Class (WOC=0.000%, NOPA=5, NOAM=0, WMC=11) | 79–367 |
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 |
Rule | Violation | Priority | Line |
---|---|---|---|
ClassWithOnlyPrivateConstructorsShouldBeFinal | A class which only has private constructors should be final | 1 | 3–25 |
ClassNamingConventions | The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 1 | 3–25 |
CommentRequired | Header comments are required | 3 | 3–25 |
Rule | Violation | Priority | Line |
---|---|---|---|
ExcessiveImports | A high number of imports can indicate a high degree of coupling within an object. | 3 | 34–367 |
DataClass | The class 'FormsProvider' is suspected to be a Data Class (WOC=0.000%, NOPA=5, NOAM=0, WMC=11) | 3 | 79–367 |
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 |