Résultats PMD
Le document suivant contient les résultats de PMD 6.13.0.
Violations By Priority
Priority 3
fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentIconProvider.java
fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentPopupContentProvider.java
Fichiers
fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentIconProvider.java
fr/paris/lutece/plugins/appointment/modules/leaflet/service/AppointmentPopupContentProvider.java
Rule |
Violation |
Priority |
Ligne |
CommentRequired |
Header comments are required |
3 |
47–65 |
MissingOverride |
The method 'getPopup(HttpServletRequest, String, String)' is missing an @Override annotation. |
3 |
56–64 |
CommentRequired |
Public method and constructor comments are required |
3 |
56–64 |
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 |