SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.0.0-beta3

Threshold is low

Effort is

Summary

Classes Bugs Errors Missing Classes
9 7 0 0

com.azure.perf.test.core.ExceptionTest

Bug Category Details Line Priority
com.azure.perf.test.core.ExceptionTest.run() might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 22 Low

com.azure.perf.test.core.PerfStressProgram

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase() in com.azure.perf.test.core.PerfStressProgram.getCommandName(String) I18N DM_CONVERT_CASE 83 Low
Load of known null value in com.azure.perf.test.core.PerfStressProgram.run(Class, PerfStressOptions) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 140 Low
Redundant nullcheck of cleanupStatus which is known to be null in com.azure.perf.test.core.PerfStressProgram.run(Class, PerfStressOptions) STYLE RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE 140 Low

com.azure.perf.test.core.PerfStressTest

Bug Category Details Line Priority
Unread public/protected field: com.azure.perf.test.core.PerfStressTest.options STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 29 Low

com.azure.perf.test.core.SleepTest

Bug Category Details Line Priority
Result of integer multiplication cast to long in com.azure.perf.test.core.SleepTest.run() STYLE ICAST_INTEGER_MULTIPLY_CAST_TO_LONG 37 Low

com.azure.perf.test.core.TestDataCreationHelper

Bug Category Details Line Priority
Possible null pointer dereference in com.azure.perf.test.core.TestDataCreationHelper.createCircularInputStream(byte[], long) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 92 Medium