The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.jdtaus.core.io.it.StructuredFileTest | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to newExpectedData in org.jdtaus.core.io.it.StructuredFileTest.testReadWriteBlock() | STYLE | DLS_DEAD_LOCAL_STORE | 179 | Medium |
Dead store to startTime in org.jdtaus.core.io.it.StructuredFileTest.testReadWriteBlock() | STYLE | DLS_DEAD_LOCAL_STORE | 167 | Medium |
org.jdtaus.core.io.it.StructuredFileTest.getRandomBlock(int) uses the nextDouble method of Random to generate a random integer; using nextInt is more efficient | PERFORMANCE | DM_NEXTINT_VIA_NEXTDOUBLE | 84 | Medium |