Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/genericattributes/modules/cartography/service/CartographyProvider.java

Rule Violation Ligne
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 59236
MissingOverride The method 'getKey()' is missing an @Override annotation. 6972
MissingOverride The method 'getDisplayedName()' is missing an @Override annotation. 7780
MissingOverride The method 'getHtmlCode()' is missing an @Override annotation. 8588
MissingOverride The method 'toRefItem()' is missing an @Override annotation. 101109
ShortVariable Avoid variables with short names like x 142
ShortVariable Avoid variables with short names like y 142
CommentRequired Public method and constructor comments are required 199234

Fichiers

fr/paris/lutece/plugins/genericattributes/modules/cartography/service/CartographyProvider.java

Rule Violation Priority Ligne
MissingSerialVersionUID Classes implementing Serializable should set a serialVersionUID 3 59236
MissingOverride The method 'getKey()' is missing an @Override annotation. 3 6972
MissingOverride The method 'getDisplayedName()' is missing an @Override annotation. 3 7780
MissingOverride The method 'getHtmlCode()' is missing an @Override annotation. 3 8588
MissingOverride The method 'toRefItem()' is missing an @Override annotation. 3 101109
ShortVariable Avoid variables with short names like x 3 142
ShortVariable Avoid variables with short names like y 3 142
CommentRequired Public method and constructor comments are required 3 199234