SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.10.2
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 40 | 2 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| io.wcm.handler.link.LinkComponentPropertyResolver | 2 |
io.wcm.handler.link.LinkComponentPropertyResolver
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference in io.wcm.handler.link.LinkComponentPropertyResolver.getLinkTargetUrlFallbackProperty() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 62 | Medium |
| Possible null pointer dereference in io.wcm.handler.link.LinkComponentPropertyResolver.getLinkTargetWindowTargetFallbackProperty() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 70 | Medium |