The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 161 | 8 | 0 | 0 |
| 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 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Load of known null value in com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler.verifyReturnValues(List) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 79 |
| 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 |
| 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 |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.atlassian.selenium.SingleBrowserSeleniumClient.readFile(String) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 429 |