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 |
|---|---|---|---|
| 72 | 4 | 0 | 0 |
| Class | Bugs |
|---|---|
| javax.bluetooth.DiscoveryAgent | 1 |
| javax.bluetooth.UUID | 1 |
| javax.obex.PasswordAuthentication | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should javax.bluetooth.DiscoveryAgent.retrieveDevices(int) return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 134 |
| Bug | Category | Details | Line |
|---|---|---|---|
| javax.bluetooth.UUID.toString() may return null | BAD_PRACTICE | NP_TOSTRING_COULD_RETURN_NULL | 150 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should javax.obex.PasswordAuthentication.getPassword() return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 53 |
| Should javax.obex.PasswordAuthentication.getUserName() return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 44 |