FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Exp

Effort is Max

Summary

ClassesBugsErrorsMissing Classes
118700

Files

ClassBugs
edu.drexel.cms.AbstractTest3
edu.drexel.cms.XmlUtils1
edu.drexel.cms.actions.TestAction2
edu.drexel.cms.interceptors.UnitTestInterceptor1

edu.drexel.cms.AbstractTest

BugCategoryDetailsLine
edu.drexel.cms.AbstractTest.checkArgs(String[]) invokes System.exit(...), which shuts down the entire virtual machineBAD_PRACTICEDM_EXIT25
Exception is caught when Exception is not thrown in edu.drexel.cms.AbstractTest.readFile(String)STYLEREC_CATCH_EXCEPTION60
Exception is caught when Exception is not thrown in edu.drexel.cms.AbstractTest.test(String[])STYLEREC_CATCH_EXCEPTION48

edu.drexel.cms.XmlUtils

BugCategoryDetailsLine
Exception is caught when Exception is not thrown in edu.drexel.cms.XmlUtils.prettyPrint(String)STYLEREC_CATCH_EXCEPTION37

edu.drexel.cms.actions.TestAction

BugCategoryDetailsLine
Exception is caught when Exception is not thrown in edu.drexel.cms.actions.TestAction.getReader()STYLEREC_CATCH_EXCEPTION51
Class edu.drexel.cms.actions.TestAction defines non-transient non-serializable instance field _requestBAD_PRACTICESE_BAD_FIELDNot available

edu.drexel.cms.interceptors.UnitTestInterceptor

BugCategoryDetailsLine
Exception is caught when Exception is not thrown in edu.drexel.cms.interceptors.UnitTestInterceptor.intercept(ActionInvocation)STYLEREC_CATCH_EXCEPTION72