FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
20300

org.jdtaus.core.io.it.StructuredFileTest

BugCategoryDetailsLinePriority
Dead store to newExpectedData in org.jdtaus.core.io.it.StructuredFileTest.testReadWriteBlock()STYLEDLS_DEAD_LOCAL_STORE179Medium
Dead store to startTime in org.jdtaus.core.io.it.StructuredFileTest.testReadWriteBlock()STYLEDLS_DEAD_LOCAL_STORE167Medium
org.jdtaus.core.io.it.StructuredFileTest.getRandomBlock(int) uses the nextDouble method of Random to generate a random integer; using nextInt is more efficientPERFORMANCEDM_NEXTINT_VIA_NEXTDOUBLE84Medium