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

Files

Class Bugs
it.tidalwave.northernwind.frontend.ui.component.calendar.spi.XmlCalendarDao 1
it.tidalwave.northernwind.frontend.ui.component.gallery.DefaultGalleryViewController 1
it.tidalwave.northernwind.frontend.ui.component.gallery.spi.MediaMetadataXsltAdapter 4
it.tidalwave.northernwind.frontend.ui.component.sitemap.DefaultSitemapViewController$1 1

it.tidalwave.northernwind.frontend.ui.component.calendar.spi.XmlCalendarDao

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase() in it.tidalwave.northernwind.frontend.ui.component.calendar.spi.XmlCalendarDao.findMonthlyEntries(Site, String, int, int) I18N DM_CONVERT_CASE 87 Low

it.tidalwave.northernwind.frontend.ui.component.gallery.DefaultGalleryViewController

Bug Category Details Line Priority
Non-null field galleryAdapter is not initialized by new it.tidalwave.northernwind.frontend.ui.component.gallery.DefaultGalleryViewController(NodeContainerView, SiteNode, RequestLocaleManager, BeanFactory) CORRECTNESS NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 121 Medium

it.tidalwave.northernwind.frontend.ui.component.gallery.spi.MediaMetadataXsltAdapter

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.ui.component.gallery.spi.MediaMetadataXsltAdapter(). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 102 Low
Overridable method ajc$before$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$1$e854fa65 is called from constructor new it.tidalwave.northernwind.frontend.ui.component.gallery.spi.MediaMetadataXsltAdapter(). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 102 Low
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.gallery.spi.MediaMetadataXsltAdapter() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 102 Medium
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.gallery.spi.MediaMetadataXsltAdapter() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 102 Low

it.tidalwave.northernwind.frontend.ui.component.sitemap.DefaultSitemapViewController$1

Bug Category Details Line Priority
it.tidalwave.northernwind.frontend.ui.component.sitemap.DefaultSitemapViewController$1.getValue() may return null, but is declared @Nonnull CORRECTNESS NP_NONNULL_RETURN_VIOLATION 161 High