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 |
|---|---|---|---|
| 5 | 5 | 0 | 0 |
| Class | Bugs |
|---|---|
| it.tidalwave.northernwind.profiling.RequestProfilerAspect | 3 |
| it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| it.tidalwave.northernwind.profiling.RequestProfilerAspect.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.profiling.RequestProfilerAspect() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 44 | Medium |
| Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.profiling.RequestProfilerAspect() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 44 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 44 | Medium |
| Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 44 | Low |