The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 21 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| javax.bluetooth.RemoteDevice | 1 |
| javax.bluetooth.UUID | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| javax.bluetooth.RemoteDevice.equals(Object) always returns false | CORRECTNESS | EQ_ALWAYS_FALSE | 110 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| javax.bluetooth.UUID.toString() may return null | BAD_PRACTICE | NP_TOSTRING_COULD_RETURN_NULL | 150 | Medium |