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 |
---|---|---|---|
10 | 15 | 0 | 0 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-null field roleManager is not initialized by new it.tidalwave.role.AsExtensionsBean() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 43 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.AsExtensionsBean() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 43 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.AsExtensionsBean() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 43 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-null field beanFactory is not initialized by new it.tidalwave.role.spring.spi.AnnotationSpringRoleManager() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 55 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
it.tidalwave.role.spring.spi.DciContextWithAutoThreadBindingAspect.ajc$perSingletonInstance isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-null field roleManager is not initialized by new it.tidalwave.role.spring.spi.SpringAsDelegate() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 67 | Medium |
Non-null field roleManager is not initialized by new it.tidalwave.role.spring.spi.SpringAsDelegate(Object) | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 80 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringAsDelegate() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 67 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringAsDelegate(Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 80 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringAsDelegate() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 67 | Low |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringAsDelegate(Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 80 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-null field contextManager is not initialized by new it.tidalwave.role.spring.spi.SpringContextManagerProvider() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 43 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringContextManagerProvider() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 43 | Medium |
Redundant nullcheck of this, which is known to be non-null in new it.tidalwave.role.spring.spi.SpringContextManagerProvider() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 43 | Low |