Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/recast/business/NLP.java

Violation Ligne
Avoid short class names like NLP 46314

fr/paris/lutece/plugins/recast/service/RecastDialogService.java

Violation Ligne
Rather than using a lot of String arguments, consider using a container object for those values. 85
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 115
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 135
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 148
This statement may have some unnecessary parentheses 164
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 165

fr/paris/lutece/plugins/recast/service/renderers/BaseRenderer.java

Violation Ligne
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 69

fr/paris/lutece/plugins/recast/service/renderers/MediaRenderer.java

Violation Ligne
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 58

fr/paris/lutece/plugins/recast/service/renderers/TextRenderer.java

Violation Ligne
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 104