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
55 5 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 2
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
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