Fork me on GitHub

Résultats PMD

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

Fichiers

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

Violation Ligne
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 Ligne
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 Ligne
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 Ligne
Avoid variables with short names like t 50
It is a good practice to call super() in a constructor 5860
Document empty constructor 5860