Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.11

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
14 6 0 0

Files

Class Bugs
it.tidalwave.bluemarine2.rest.impl.Range 4
it.tidalwave.bluemarine2.rest.impl.resource.ResourceSupport 2

it.tidalwave.bluemarine2.rest.impl.Range

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

it.tidalwave.bluemarine2.rest.impl.resource.ResourceSupport

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