Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentIconProvider.java

Rule Violation Line
CommentRequired Header comments are required 3845
MissingOverride The method 'getIcon(String)' is missing an @Override annotation. 4144
CommentRequired Public method and constructor comments are required 4144

fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentPopupContentProvider.java

Rule Violation Line
CommentRequired Header comments are required 4765
MissingOverride The method 'getPopup(HttpServletRequest, String, String)' is missing an @Override annotation. 5664
CommentRequired Public method and constructor comments are required 5664
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 60
ShortVariable Avoid variables with short names like t 62

Files

fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentIconProvider.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 3845
MissingOverride The method 'getIcon(String)' is missing an @Override annotation. 3 4144
CommentRequired Public method and constructor comments are required 3 4144

fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentPopupContentProvider.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4765
MissingOverride The method 'getPopup(HttpServletRequest, String, String)' is missing an @Override annotation. 3 5664
CommentRequired Public method and constructor comments are required 3 5664
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 60
ShortVariable Avoid variables with short names like t 3 62