The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is experimental
Effort is max
Class | Bugs |
---|---|
net.sf.openv4j.memoryimage.Main | 9 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to expl in net.sf.openv4j.memoryimage.Main.run(String, DataContainer) | STYLE | DLS_DEAD_LOCAL_STORE | 214 | 1 |
Dead store of null to optg in net.sf.openv4j.memoryimage.Main.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE_OF_NULL | 129 | 3 |
Dead store of null to opt in net.sf.openv4j.memoryimage.Main.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE_OF_NULL | 128 | 4 |
Result of integer multiplication cast to long in net.sf.openv4j.memoryimage.Main.run(String, DataContainer) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 234 | 2 |
Method net.sf.openv4j.memoryimage.Main.run(String, DataContainer) needlessly instantiates a class that only supplies static methods | BAD_PRACTICE | ISC_INSTANTIATE_STATIC_CLASS | 214 | 3 |
net.sf.openv4j.memoryimage.Main.main(String[]) may fail to close stream on exception | BAD_PRACTICE | OS_OPEN_STREAM_EXCEPTION_PATH | 198 | 3 |
Exception is caught when Exception is not thrown in net.sf.openv4j.memoryimage.Main.run(String, DataContainer) | STYLE | REC_CATCH_EXCEPTION | 236 | 3 |
Unconditional wait in net.sf.openv4j.memoryimage.Main.run(String, DataContainer) | MT_CORRECTNESS | UW_UNCOND_WAIT | 234 | 3 |
Wait not in loop in net.sf.openv4j.memoryimage.Main.run(String, DataContainer) | MT_CORRECTNESS | WA_NOT_IN_LOOP | 234 | 3 |