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
9 5 0 0

Files

Class Bugs
it.tidalwave.northernwind.frontend.springmvc.SpringMvcRestController 2
it.tidalwave.northernwind.frontend.springmvc.ThreadNameChangerAspect 1
it.tidalwave.northernwind.frontend.ui.springmvc.SpringMvcSiteView 2

it.tidalwave.northernwind.frontend.springmvc.SpringMvcRestController

Bug Category Details Line Priority
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.springmvc.SpringMvcRestController() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 46 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.springmvc.SpringMvcRestController() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 46 Low

it.tidalwave.northernwind.frontend.springmvc.ThreadNameChangerAspect

Bug Category Details Line Priority
it.tidalwave.northernwind.frontend.springmvc.ThreadNameChangerAspect.ajc$perSingletonInstance isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL Low

it.tidalwave.northernwind.frontend.ui.springmvc.SpringMvcSiteView

Bug Category Details Line Priority
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.springmvc.SpringMvcSiteView() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 58 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.springmvc.SpringMvcSiteView() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 58 Low