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/genericattributes/modules/openstreetmap/service/OpenStreetMapProvider.java

Rule Violation Line
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 46112
MissingOverride The method 'getKey()' is missing an @Override annotation. 5659
MissingOverride The method 'getDisplayedName()' is missing an @Override annotation. 6467
MissingOverride The method 'getHtmlCode()' is missing an @Override annotation. 7275
MissingOverride The method 'toRefItem()' is missing an @Override annotation. 8795

Files

fr/paris/lutece/plugins/genericattributes/modules/openstreetmap/service/OpenStreetMapProvider.java

Rule Violation Priority Line
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 3 46112
MissingOverride The method 'getKey()' is missing an @Override annotation. 3 5659
MissingOverride The method 'getDisplayedName()' is missing an @Override annotation. 3 6467
MissingOverride The method 'getHtmlCode()' is missing an @Override annotation. 3 7275
MissingOverride The method 'toRefItem()' is missing an @Override annotation. 3 8795