Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.5.0

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
10 6 0 0

Files

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

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
Overridable method ajc$afterReturning$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$2$1ea6722c is called from constructor new it.tidalwave.northernwind.frontend.util.NorthernWindResponseHeaderFilter(). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 47 Low
Overridable method ajc$before$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$1$e854fa65 is called from constructor new it.tidalwave.northernwind.frontend.util.NorthernWindResponseHeaderFilter(). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 47 Low
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