The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 59–236 |
MissingOverride | The method 'getKey()' is missing an @Override annotation. | 69–72 |
MissingOverride | The method 'getDisplayedName()' is missing an @Override annotation. | 77–80 |
MissingOverride | The method 'getHtmlCode()' is missing an @Override annotation. | 85–88 |
MissingOverride | The method 'toRefItem()' is missing an @Override annotation. | 101–109 |
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 | 199–234 |
Rule | Violation | Priority | Line |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 59–236 |
MissingOverride | The method 'getKey()' is missing an @Override annotation. | 3 | 69–72 |
MissingOverride | The method 'getDisplayedName()' is missing an @Override annotation. | 3 | 77–80 |
MissingOverride | The method 'getHtmlCode()' is missing an @Override annotation. | 3 | 85–88 |
MissingOverride | The method 'toRefItem()' is missing an @Override annotation. | 3 | 101–109 |
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 | 199–234 |