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/address/modules/autocomplete/web/SuggestPOIJSPBean.java

Rule Violation Line
FieldNamingConventions The constant name 'logger' doesn't match '[A-Z][A-Z_0-9]*' 56
FieldNamingConventions The constant name '_PROP_PREFIX' doesn't match '[A-Z][A-Z_0-9]*' 60

Priority 3

fr/paris/lutece/plugins/address/modules/autocomplete/web/SuggestPOIJSPBean.java

Rule Violation Line
CommentRequired Header comments are required 47188
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 133
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 133

Files

fr/paris/lutece/plugins/address/modules/autocomplete/web/SuggestPOIJSPBean.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 47188
FieldNamingConventions The constant name 'logger' doesn't match '[A-Z][A-Z_0-9]*' 1 56
FieldNamingConventions The constant name '_PROP_PREFIX' doesn't match '[A-Z][A-Z_0-9]*' 1 60
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 133
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 133