Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is max

Summary

ClassesBugsErrorsMissing Classes
21600

randomunit.MethodInvocationLog

BugCategoryDetailsLinePriority
randomunit.MethodInvocationLog.getArgs() may expose internal representation by returning MethodInvocationLog.argsMALICIOUS_CODEEI_EXPOSE_REP56Medium
randomunit.MethodInvocationLog.getTargetPools() may expose internal representation by returning MethodInvocationLog.targetPoolsMALICIOUS_CODEEI_EXPOSE_REP70Medium
new randomunit.MethodInvocationLog(Method, MethodInvocationLog$PooledObject[], Object, String[]) may expose internal representation by storing an externally mutable object into MethodInvocationLog.targetPoolsMALICIOUS_CODEEI_EXPOSE_REP242Medium

randomunit.RandomizedTestCase

BugCategoryDetailsLinePriority
Load of known null value in randomunit.RandomizedTestCase.invokeMethod()STYLENP_LOAD_OF_KNOWN_NULL_VALUE397Medium
Repeated conditional test in randomunit.RandomizedTestCase.invokeMethod()CORRECTNESSRpC_REPEATED_CONDITIONAL_TEST396Medium

randomunit.RandomizedTestCase$ProbabilitiesManager

BugCategoryDetailsLinePriority
Nullcheck of m at line 713 of value previously dereferenced in randomunit.RandomizedTestCase$ProbabilitiesManager.addMethod(Method, double)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE712Medium