FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
161 8 0 0

Files

Class Bugs
com.atlassian.selenium.MethodHandlerCallable 1
com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler 1
com.atlassian.selenium.SeleniumAssertions 2
com.atlassian.selenium.SeleniumStarter 3
com.atlassian.selenium.SingleBrowserSeleniumClient 1

com.atlassian.selenium.MethodHandlerCallable

Bug Category Details Line
com.atlassian.selenium.MethodHandlerCallable.MethodHandlerCallable(Method, SeleniumClient, Object[]) may expose internal representation by storing an externally mutable object into MethodHandlerCallable.args MALICIOUS_CODE EI_EXPOSE_REP2 18

com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler

Bug Category Details Line
Load of known null value in com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler.verifyReturnValues(List) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 79

com.atlassian.selenium.SeleniumAssertions

Bug Category Details Line
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 365
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 355

com.atlassian.selenium.SeleniumStarter

Bug Category Details Line
Inconsistent synchronization of com.atlassian.selenium.SeleniumStarter.client; locked 75% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 131
Unused field: com.atlassian.selenium.SeleniumStarter.userAgent PERFORMANCE UUF_UNUSED_FIELD Not available
SeleniumStarter.client not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

com.atlassian.selenium.SingleBrowserSeleniumClient

Bug Category Details Line
com.atlassian.selenium.SingleBrowserSeleniumClient.readFile(String) may fail to close stream BAD_PRACTICE OS_OPEN_STREAM 429