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

ClassesBugsErrorsMissing Classes
82500

Files

ClassBugs
org.apache.camel.component.irc.IrcConfiguration3
org.apache.camel.component.irc.IrcConsumer1
org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter1

org.apache.camel.component.irc.IrcConfiguration

BugCategoryDetailsLine
Invocation of toString on an array in org.apache.camel.component.irc.IrcConfiguration.toString()CORRECTNESSDMI_INVOKING_TOSTRING_ON_ARRAY221
org.apache.camel.component.irc.IrcConfiguration.getPorts() may expose internal representation by returning IrcConfiguration.portsMALICIOUS_CODEEI_EXPOSE_REP125
org.apache.camel.component.irc.IrcConfiguration.setPorts(int[]) may expose internal representation by storing an externally mutable object into IrcConfiguration.portsMALICIOUS_CODEEI_EXPOSE_REP2129

org.apache.camel.component.irc.IrcConsumer

BugCategoryDetailsLine
Field only ever set to null: org.apache.camel.component.irc.IrcConsumer.listenerCORRECTNESSUWF_NULL_FIELD34

org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter

BugCategoryDetailsLine
Unread field: org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter.targetPERFORMANCEURF_UNREAD_FIELD71