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. |
52–53 |
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. |
65–66 |
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. |
55–56 |
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 |
58–60 |
Document empty constructor |
58–60 |