FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is experimental

Effort is max

Summary

ClassesBugsErrorsMissing Classes
1900

net.sf.openv4j.memoryimage.Main

BugCategoryDetailsLinePriority
Dead store to expl in net.sf.openv4j.memoryimage.Main.run(String, DataContainer)STYLEDLS_DEAD_LOCAL_STORE2141
Dead store of null to optg in net.sf.openv4j.memoryimage.Main.main(String[])STYLEDLS_DEAD_LOCAL_STORE_OF_NULL1293
Dead store of null to opt in net.sf.openv4j.memoryimage.Main.main(String[])STYLEDLS_DEAD_LOCAL_STORE_OF_NULL1284
Result of integer multiplication cast to long in net.sf.openv4j.memoryimage.Main.run(String, DataContainer)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG2342
Method net.sf.openv4j.memoryimage.Main.run(String, DataContainer) needlessly instantiates a class that only supplies static methodsBAD_PRACTICEISC_INSTANTIATE_STATIC_CLASS2143
net.sf.openv4j.memoryimage.Main.main(String[]) may fail to close stream on exceptionBAD_PRACTICEOS_OPEN_STREAM_EXCEPTION_PATH1983
Exception is caught when Exception is not thrown in net.sf.openv4j.memoryimage.Main.run(String, DataContainer)STYLEREC_CATCH_EXCEPTION2363
Unconditional wait in net.sf.openv4j.memoryimage.Main.run(String, DataContainer)MT_CORRECTNESSUW_UNCOND_WAIT2343
Wait not in loop in net.sf.openv4j.memoryimage.Main.run(String, DataContainer)MT_CORRECTNESSWA_NOT_IN_LOOP2343