PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/adminquery/business/AdminQueryDAO.java
Violation |
Line |
Do not add empty strings |
108 |
New exception is thrown in catch block, original stack trace may be lost |
154 |
New exception is thrown in catch block, original stack trace may be lost |
176 |
New exception is thrown in catch block, original stack trace may be lost |
198 |
fr/paris/lutece/plugins/adminquery/web/AdminQueryJspBean.java
Violation |
Line |
Avoid unnecessary constructors - the compiler will generate these for you |
86–88 |
Document empty constructor |
86–88 |
It is a good practice to call super() in a constructor |
86–88 |
Avoid reassigning parameters such as 'strRequest' |
105 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
107 |
New exception is thrown in catch block, original stack trace may be lost |
126 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
148 |
Avoid variables with short names like i |
169 |