The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
72 | 9 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Dead store to $L5 in siouxsie.mvc.impl.Controller.executeAction(String, String, Map) | STYLE | DLS_DEAD_LOCAL_STORE | 86 |
siouxsie.mvc.impl.Controller.getConfigFiles() may expose internal representation by returning Controller.configFiles | MALICIOUS_CODE | EI_EXPOSE_REP | 64 |
siouxsie.mvc.impl.Controller.setConfigFiles(String[]) may expose internal representation by storing an externally mutable object into Controller.configFiles | MALICIOUS_CODE | EI_EXPOSE_REP2 | 68 |
Bug | Category | Details | Line |
---|---|---|---|
Class siouxsie.mvc.impl.InitializerInterceptor defines non-transient non-serializable instance field initializerContainer | BAD_PRACTICE | SE_BAD_FIELD | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Class siouxsie.mvc.impl.ScreenExceptionHandler defines non-transient non-serializable instance field screenHandler | BAD_PRACTICE | SE_BAD_FIELD | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Class siouxsie.mvc.impl.ScreenResult defines non-transient non-serializable instance field screenHandler | BAD_PRACTICE | SE_BAD_FIELD | Not available |
Bug | Category | Details | Line |
---|---|---|---|
siouxsie.mvc.spring.SpringObjectFactory.APP_CONTEXT should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Not available |
siouxsie.mvc.spring.SpringObjectFactory.autoWiringFactory should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Possible null pointer dereference of screen in siouxsie.mvc.test.ScreenCreator.create(LaunchConfiguration) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 53 |