Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

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

Violation Line
Avoid short class names like NLP 46314

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

Violation Line
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 Line
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 Line
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 Line
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 104