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 |
---|---|---|---|
20 | 5 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.northernwind.aspect.DebugProfilingAspect | 3 |
it.tidalwave.northernwind.frontend.media.impl.DefaultMetadata | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
it.tidalwave.northernwind.aspect.DebugProfilingAspect.ajc$perSingletonInstance isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | Low | |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.aspect.DebugProfilingAspect() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 45 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.aspect.DebugProfilingAspect() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 45 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.media.impl.DefaultMetadata(String, EditableImage) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 75 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.frontend.media.impl.DefaultMetadata(String, EditableImage) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 75 | Low |