The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 92 | 7 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.pyx4me.maven.obex.BluetoothDiscoveryMojo.execute() might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 120 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to comma in com.pyx4me.maven.obex.DeviceClassConsts.toString(DeviceClass) | STYLE | DLS_DEAD_LOCAL_STORE | 476 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Field ObexDeploy2Mojo.serverSufix masks field in superclass com.pyx4me.maven.obex.AbstractDeviceMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 45 |
| Bug | Category | Details | Line |
|---|---|---|---|
| ServerConfig.url not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.pyx4me.maven.obex.ServiceSearchMojo.findOBEX(String, String, Log) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 218 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: com.pyx4me.maven.obex.ServiceSearchMojo$BluetoothServiceSearch.servicesSearchTransID | PERFORMANCE | URF_UNREAD_FIELD | 111 |