PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/intel/bluetooth/BluetoothEmulator.java
| Violation |
Line |
| Avoid unused method parameters such as 'acceptAndOpen'. |
355 - 364 |
| Avoid unused method parameters such as 'transmitMTU'. |
436 - 440 |
com/intel/bluetooth/EmulatorCommandReceiver.java
| Violation |
Line |
| Avoid empty catch blocks |
123 - 124 |
| Avoid empty catch blocks |
127 - 128 |
com/intel/bluetooth/EmulatorL2CAPClient.java
| Violation |
Line |
| Avoid empty if statements |
55 - 57 |
com/intel/bluetooth/EmulatorLocalDevice.java
| Violation |
Line |
| Avoid empty catch blocks |
113 - 114 |
com/intel/bluetooth/EmulatorTestsHelper.java
| Violation |
Line |
| Avoid using ThreadGroup; it is not thread safe |
136 |
com/intel/bluetooth/emu/Device.java
| Violation |
Line |
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
208 |
| Avoid empty catch blocks |
269 - 270 |
com/intel/bluetooth/rmi/Client.java
| Violation |
Line |
| Avoid unused method parameters such as 'method'. |
142 - 149 |