The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is low
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 14 | 6 | 0 | 0 |
| Class | Bugs |
|---|---|
| it.tidalwave.bluemarine2.rest.impl.Range | 4 |
| it.tidalwave.bluemarine2.rest.impl.resource.ResourceSupport | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Value annotated as never carrying type qualifier Nonnegative used where value carrying that qualifier is required | CORRECTNESS | TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED | 117 | Medium |
| Value annotated as never carrying type qualifier Nonnegative used where value carrying that qualifier is required | CORRECTNESS | TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED | 118 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.bluemarine2.rest.impl.resource.ResourceSupport() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 42 | Medium |
| Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.bluemarine2.rest.impl.resource.ResourceSupport() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 42 | Low |