The following document contains the results of SpotBugs
SpotBugs Version is 4.5.0
Threshold is low
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
5 | 9 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.northernwind.profiling.RequestProfilerAspect | 5 |
it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Overridable method ajc$afterReturning$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$2$1ea6722c is called from constructor new it.tidalwave.northernwind.profiling.RequestProfilerAspect(). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 44 | Low |
Overridable method ajc$before$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$1$e854fa65 is called from constructor new it.tidalwave.northernwind.profiling.RequestProfilerAspect(). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 44 | Low |
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 |
---|---|---|---|---|
Overridable method ajc$afterReturning$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$2$1ea6722c is called from constructor new it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector(). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 44 | Low |
Overridable method ajc$before$org_springframework_beans_factory_aspectj_AbstractDependencyInjectionAspect$1$e854fa65 is called from constructor new it.tidalwave.northernwind.profiling.impl.DefaultStatisticsCollector(). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 44 | Low |
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 |