SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.3
Threshold is medium
Effort is default
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
40 | 3 | 0 | 3 |
Files
Class | Bugs |
---|---|
io.wcm.handler.link.LinkComponentPropertyResolver | 2 |
io.wcm.handler.link.impl.LinkHandlerImpl | 1 |
io.wcm.handler.link.LinkComponentPropertyResolver
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Suppressing annotation on the method io.wcm.handler.link.LinkComponentPropertyResolver.getLinkTargetUrlFallbackProperty() is unnecessary | STYLE | US_USELESS_SUPPRESSION_ON_METHOD | 62 | Medium |
Suppressing annotation on the method io.wcm.handler.link.LinkComponentPropertyResolver.getLinkTargetWindowTargetFallbackProperty() is unnecessary | STYLE | US_USELESS_SUPPRESSION_ON_METHOD | 70 | Medium |
io.wcm.handler.link.impl.LinkHandlerImpl
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Suppressing annotation on the method io.wcm.handler.link.impl.LinkHandlerImpl.processRequest(LinkRequest) is unnecessary | STYLE | US_USELESS_SUPPRESSION_ON_METHOD | 109-191 | Medium |