The following document contains the results of SpotBugs
SpotBugs Version is 3.1.11
Threshold is low
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 55 | 5 | 0 | 0 |
| 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 |
| 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 |
| 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 |
| 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 |