Fork me on GitHub

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 50133
Abstract classes should be named AbstractXXX 50133
A class which only has private constructors should be final 50133

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