FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
431500

org.kuali.rice.test.BaselineTestCase

BugCategoryDetailsLinePriority
org.kuali.rice.test.BaselineTestCase.dirty should be package protectedMALICIOUS_CODEMS_PKGPROTECT77Medium
Write to static field org.kuali.rice.test.BaselineTestCase.dirty from instance method org.kuali.rice.test.BaselineTestCase.setUp()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD117High

org.kuali.rice.test.BaselineTestCase$1

BugCategoryDetailsLinePriority
Write to static field org.kuali.rice.test.BaselineTestCase.dirty from instance method org.kuali.rice.test.BaselineTestCase$1.stop()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD158Medium

org.kuali.rice.test.ClearDatabaseLifecycle$1

BugCategoryDetailsLinePriority
org.kuali.rice.test.ClearDatabaseLifecycle$1.doInConnection(Connection) invokes inefficient Boolean constructor; use Boolean.valueOf(...) insteadPERFORMANCEDM_BOOLEAN_CTOR103Medium

org.kuali.rice.test.RiceInternalSuiteDataTestCase

BugCategoryDetailsLinePriority
org.kuali.rice.test.RiceInternalSuiteDataTestCase.loadSuiteTestData() may fail to close streamBAD_PRACTICEOS_OPEN_STREAM43Medium

org.kuali.rice.test.RiceTestCase

BugCategoryDetailsLinePriority
org.kuali.rice.test.RiceTestCase.SUITE_LIFE_CYCLES_FAILED should be package protectedMALICIOUS_CODEMS_PKGPROTECT70Medium
org.kuali.rice.test.RiceTestCase.SUITE_LIFE_CYCLES_RAN should be package protectedMALICIOUS_CODEMS_PKGPROTECT69Medium
org.kuali.rice.test.RiceTestCase.failedSuiteTestName should be package protectedMALICIOUS_CODEMS_PKGPROTECTMedium

org.kuali.rice.test.SQLDataLoader

BugCategoryDetailsLinePriority
Method org.kuali.rice.test.SQLDataLoader.getContentsAsString(String) concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION99Medium

org.kuali.rice.test.SQLDataLoader$1$1

BugCategoryDetailsLinePriority

org.kuali.rice.test.launch.JettyLauncher

BugCategoryDetailsLinePriority
Method call in org.kuali.rice.test.launch.JettyLauncher.main(String[]) passes null for nonnull parameter of new JettyLauncher(int, String, String)CORRECTNESSNP_NULL_PARAM_DEREF210High
Non-virtual method call in new org.kuali.rice.test.launch.JettyLauncher(int) passes null for nonnull parameter of new JettyLauncher(int, String, String, Class)CORRECTNESSNP_NULL_PARAM_DEREF_NONVIRTUAL62High
Non-virtual method call in new org.kuali.rice.test.launch.JettyLauncher(int, String) passes null for nonnull parameter of new JettyLauncher(int, String, String, Class)CORRECTNESSNP_NULL_PARAM_DEREF_NONVIRTUAL66High
Non-virtual method call in new org.kuali.rice.test.launch.JettyLauncher(int, String, Class) passes null for nonnull parameter of new JettyLauncher(int, String, String, Class)CORRECTNESSNP_NULL_PARAM_DEREF_NONVIRTUAL74High
org.kuali.rice.test.launch.JettyLauncher.createServer() ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE130Medium