FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
87 9 0 0

Files

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

org.indi.client.Dispatcher

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

org.indi.client.IndiClient

Bug Category Details Line
Dead store to ic in org.indi.client.IndiClient.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 66

org.indi.client.IndiClient$1

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

org.indi.client.IndiClient$2

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

org.indi.client.SaxHandler

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