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 |
|---|---|---|---|
| 87 | 9 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.indi.client.Dispatcher | 2 |
| org.indi.client.IndiClient | 1 |
| org.indi.client.IndiClient$1 | 1 |
| org.indi.client.IndiClient$2 | 1 |
| org.indi.client.SaxHandler | 4 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in org.indi.client.Dispatcher.deepCopy(Object) | STYLE | REC_CATCH_EXCEPTION | 29 |
| Private method org.indi.client.Dispatcher.deepCopy(Object) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 24-31 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to ic in org.indi.client.IndiClient.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 66 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.indi.client.IndiClient$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unchecked/unconfirmed cast from org.indi.reactor.EventHandler to org.indi.client.ServerHandler in org.indi.client.IndiClient$2.onConnected(EventHandler) | STYLE | BC_UNCONFIRMED_CAST | 48 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to out in org.indi.client.SaxHandler.normalize(String) | STYLE | DLS_DEAD_LOCAL_STORE | 318 |
| org.indi.client.SaxHandler.normalize(String) invokes inefficient new String() constructor | PERFORMANCE | DM_STRING_VOID_CTOR | 318 |
| org.indi.client.SaxHandler.startElement(String, String, String, Attributes) invokes inefficient new String() constructor | PERFORMANCE | DM_STRING_VOID_CTOR | 138 |
| Field only ever set to null: org.indi.client.SaxHandler.lv | CORRECTNESS | UWF_NULL_FIELD | 26 |