The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 227 | 9 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| AutomaticJdbcExtractor.extractors not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Inconsistent synchronization of com.atlassian.spring.LazyNativeJdbcExtractor.extractorClass; locked 80% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 26 |
| Redundant nullcheck of com.atlassian.spring.LazyNativeJdbcExtractor.delegatedExtractor, which is known to be non-null in com.atlassian.spring.LazyNativeJdbcExtractor.getDelegatedExtractor() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 47 |
| LazyNativeJdbcExtractor.extractorClass not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.atlassian.spring.container.ContainerContextLoadedEvent is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: com.atlassian.spring.container.ContainerManager.containerSetup | PERFORMANCE | URF_UNREAD_FIELD | 63 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Possible null pointer dereference of names in com.atlassian.spring.container.SpringContainerContext.getComponent(Object) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 63 |
| SpringContainerContext.applicationContext not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.atlassian.spring.container.SpringTestContainerContext.configure(String[]) may expose internal representation by storing an externally mutable object into SpringTestContainerContext.userConfigFiles | MALICIOUS_CODE | EI_EXPOSE_REP2 | 57 |