The following document contains the results of PMD 6.13.0.
| Rule | Violation | Line |
|---|---|---|
| CommentRequired | Header comments are required | 38–45 |
| CommentRequired | Public method and constructor comments are required | 41–44 |
| MissingOverride | The method 'getIcon(String)' is missing an @Override annotation. | 41–44 |
| Rule | Violation | Line |
|---|---|---|
| CommentRequired | Header comments are required | 47–65 |
| MissingOverride | The method 'getPopup(HttpServletRequest, String, String)' is missing an @Override annotation. | 56–64 |
| CommentRequired | Public method and constructor comments are required | 56–64 |
| 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 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CommentRequired | Header comments are required | 3 | 38–45 |
| CommentRequired | Public method and constructor comments are required | 3 | 41–44 |
| MissingOverride | The method 'getIcon(String)' is missing an @Override annotation. | 3 | 41–44 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| 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 |