Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/archiveclient/service/archive/ArchiveClientLocalService.java

Violation Line
Rather than using a lot of String arguments, consider using a container object for those values. 5253

fr/paris/lutece/plugins/archiveclient/service/archive/ArchiveClientWsService.java

Violation Line
Rather than using a lot of String arguments, consider using a container object for those values. 6566
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 74
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 88
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 108
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 119
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 137
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 148

fr/paris/lutece/plugins/archiveclient/service/archive/IArchiveClientService.java

Violation Line
Rather than using a lot of String arguments, consider using a container object for those values. 5556

fr/paris/lutece/plugins/archiveclient/service/util/ArchiveClientException.java

Violation Line
Avoid variables with short names like t 50
It is a good practice to call super() in a constructor 5860
Document empty constructor 5860