Fork me on GitHub

Résultats PMD

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

Violations By Priority

Priority 1

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

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

Fichiers

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

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