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
10 6 0 0

Files

Class Bugs
it.tidalwave.northernwind.core.impl.io.LayoutJaxbMarshallable 2
it.tidalwave.northernwind.core.impl.io.LayoutJaxbUnmarshallable 2
it.tidalwave.northernwind.core.impl.io.ResourcePropertiesJaxbMarshallable 2

it.tidalwave.northernwind.core.impl.io.LayoutJaxbMarshallable

Bug Category Details Line Priority
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.LayoutJaxbMarshallable(Layout) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 67 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.LayoutJaxbMarshallable(Layout) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 67 Low

it.tidalwave.northernwind.core.impl.io.LayoutJaxbUnmarshallable

Bug Category Details Line Priority
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.LayoutJaxbUnmarshallable(Layout) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 66 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.LayoutJaxbUnmarshallable(Layout) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 66 Low

it.tidalwave.northernwind.core.impl.io.ResourcePropertiesJaxbMarshallable

Bug Category Details Line Priority
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.ResourcePropertiesJaxbMarshallable(ResourceProperties) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 71 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.core.impl.io.ResourcePropertiesJaxbMarshallable(ResourceProperties) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 71 Low