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 |
|---|---|---|---|
| 102 | 4 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.atlassian.selenium.SeleniumAssertions | 2 |
| com.atlassian.selenium.SeleniumStarter | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 269 |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 259 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Inconsistent synchronization of com.atlassian.selenium.SeleniumStarter.client; locked 75% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 85 |
| SeleniumStarter.client not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |