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 |
|---|---|---|---|
| 53 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.intel.bluetooth.BluetoothStackBlueZ | 3 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Inconsistent synchronization of com.intel.bluetooth.BluetoothStackBlueZ.sdpSesion; locked 76% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 168 |
| Should com.intel.bluetooth.BluetoothStackBlueZ.retrieveDevices(int) return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 352 |
| Unread field: com.intel.bluetooth.BluetoothStackBlueZ.l2cap_receiveMTU_max; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 75 |