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
84600

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.IrcProducer1

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_ARRAY219
org.apache.camel.component.irc.IrcConfiguration.getPorts() may expose internal representation by returning IrcConfiguration.portsMALICIOUS_CODEEI_EXPOSE_REP123
org.apache.camel.component.irc.IrcConfiguration.setPorts(int[]) may expose internal representation by storing an externally mutable object into IrcConfiguration.portsMALICIOUS_CODEEI_EXPOSE_REP2127

org.apache.camel.component.irc.IrcConsumer

BugCategoryDetailsLine
Unwritten field: org.apache.camel.component.irc.IrcConsumer.listenerCORRECTNESSUWF_UNWRITTEN_FIELD47

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

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

org.apache.camel.component.irc.IrcProducer

BugCategoryDetailsLine
org.apache.camel.component.irc.IrcProducer.COMMANDS should be package protectedMALICIOUS_CODEMS_PKGPROTECT29