FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Normal

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
72900

Files

ClassBugs
siouxsie.mvc.impl.Controller3
siouxsie.mvc.impl.InitializerInterceptor1
siouxsie.mvc.impl.ScreenExceptionHandler1
siouxsie.mvc.impl.ScreenResult1
siouxsie.mvc.spring.SpringObjectFactory2
siouxsie.mvc.test.ScreenCreator1

siouxsie.mvc.impl.Controller

BugCategoryDetailsLine
Dead store to $L5 in siouxsie.mvc.impl.Controller.executeAction(String, String, Map)STYLEDLS_DEAD_LOCAL_STORE86
siouxsie.mvc.impl.Controller.getConfigFiles() may expose internal representation by returning Controller.configFilesMALICIOUS_CODEEI_EXPOSE_REP64
siouxsie.mvc.impl.Controller.setConfigFiles(String[]) may expose internal representation by storing an externally mutable object into Controller.configFilesMALICIOUS_CODEEI_EXPOSE_REP268

siouxsie.mvc.impl.InitializerInterceptor

BugCategoryDetailsLine
Class siouxsie.mvc.impl.InitializerInterceptor defines non-transient non-serializable instance field initializerContainerBAD_PRACTICESE_BAD_FIELDNot available

siouxsie.mvc.impl.ScreenExceptionHandler

BugCategoryDetailsLine
Class siouxsie.mvc.impl.ScreenExceptionHandler defines non-transient non-serializable instance field screenHandlerBAD_PRACTICESE_BAD_FIELDNot available

siouxsie.mvc.impl.ScreenResult

BugCategoryDetailsLine
Class siouxsie.mvc.impl.ScreenResult defines non-transient non-serializable instance field screenHandlerBAD_PRACTICESE_BAD_FIELDNot available

siouxsie.mvc.spring.SpringObjectFactory

BugCategoryDetailsLine
siouxsie.mvc.spring.SpringObjectFactory.APP_CONTEXT should be package protectedMALICIOUS_CODEMS_PKGPROTECTNot available
siouxsie.mvc.spring.SpringObjectFactory.autoWiringFactory should be package protectedMALICIOUS_CODEMS_PKGPROTECTNot available

siouxsie.mvc.test.ScreenCreator

BugCategoryDetailsLine
Possible null pointer dereference of screen in siouxsie.mvc.test.ScreenCreator.create(LaunchConfiguration) on exception pathCORRECTNESSNP_NULL_ON_SOME_PATH_EXCEPTION53