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 |
---|---|---|---|
21 | 5 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder.loadTemplate(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 189 | High |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder(Id) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 86 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder(String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 100 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder(Id) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 86 | Low |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.ui.component.htmltemplate.TextHolder(String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 100 | Low |