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 |
|---|---|---|---|
| 5 | 4 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.intel.bluetooth.BluetoothStackBlueZ | 4 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Inconsistent synchronization of com.intel.bluetooth.BluetoothStackBlueZ.sdpSesion; locked 76% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 180 | Medium |
| com.intel.bluetooth.BluetoothStackBlueZ.isRemoteDeviceAuthenticated(long) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 374 | Medium |
| com.intel.bluetooth.BluetoothStackBlueZ.isRemoteDeviceTrusted(long) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 370 | Medium |
| Unread field: com.intel.bluetooth.BluetoothStackBlueZ.l2cap_receiveMTU_max; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 77 | Medium |