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 4 0 0

Files

Class Bugs
it.tidalwave.northernwind.frontend.util.InitializationDiagnosticsDispatcherServletDecorator 2
it.tidalwave.northernwind.frontend.util.NorthernWindResponseHeaderFilter 2

it.tidalwave.northernwind.frontend.util.InitializationDiagnosticsDispatcherServletDecorator

Bug Category Details Line Priority
Found reliance on default encoding in it.tidalwave.northernwind.frontend.util.InitializationDiagnosticsDispatcherServletDecorator.sendProcessingError(Throwable, HttpServletResponse): new java.io.PrintWriter(OutputStream) I18N DM_DEFAULT_ENCODING 129 High
it.tidalwave.northernwind.frontend.util.InitializationDiagnosticsDispatcherServletDecorator is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 53 Low

it.tidalwave.northernwind.frontend.util.NorthernWindResponseHeaderFilter

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