PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/swaggerui/service/SwaggerFileService.java
Violation |
Line |
This abstract class does not have any abstract methods |
50–133 |
Abstract classes should be named AbstractXXX |
50–133 |
A class which only has private constructors should be final |
50–133 |
fr/paris/lutece/plugins/swaggerui/web/SwaggerServlet.java
Violation |
Line |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
87 |