| Bug |
Category |
Details |
Line |
| Dead store to $L11 in com.intel.bluetooth.BluetoothStackBlueZ.runSearchServicesImpl(SearchServicesThread, long, byte[][], long) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
743 |
| Inconsistent synchronization of com.intel.bluetooth.BluetoothStackBlueZ.sdpSesion; locked 70% of time |
MT_CORRECTNESS |
IS2_INCONSISTENT_SYNC
|
330 |
| Null pointer dereference of serviceHandles in com.intel.bluetooth.BluetoothStackBlueZ.runSearchServicesImpl(SearchServicesThread, long, byte[][], long) |
CORRECTNESS |
NP_ALWAYS_NULL
|
760 |
| Load of known null value in com.intel.bluetooth.BluetoothStackBlueZ.runSearchServicesImpl(SearchServicesThread, long, byte[][], long) |
STYLE |
NP_LOAD_OF_KNOWN_NULL_VALUE
|
760 |
| Should com.intel.bluetooth.BluetoothStackBlueZ.retrieveDevices(int) return a zero length array rather than null? |
STYLE |
PZLA_PREFER_ZERO_LENGTH_ARRAYS
|
685 |
| Exception is caught when Exception is not thrown in com.intel.bluetooth.BluetoothStackBlueZ.searchServices(int[], UUID[], RemoteDevice, DiscoveryListener) |
STYLE |
REC_CATCH_EXCEPTION
|
708 |
| Private method com.intel.bluetooth.BluetoothStackBlueZ.nativeGetDeviceClass(int) is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD
|
391 |
| Private method com.intel.bluetooth.BluetoothStackBlueZ.nativeGetDeviceID(int, long) is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD
|
188-201 |
| Unconditional wait in com.intel.bluetooth.BluetoothStackBlueZ.runDeviceInquiryImpl(DeviceInquiryThread, int, int, int, DiscoveryListener) |
MT_CORRECTNESS |
UW_UNCOND_WAIT
|
588 |
| Wait not in loop in com.intel.bluetooth.BluetoothStackBlueZ.runDeviceInquiryImpl(DeviceInquiryThread, int, int, int, DiscoveryListener) |
MT_CORRECTNESS |
WA_NOT_IN_LOOP
|
588 |