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 |
|---|---|---|---|
| 82 | 5 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.camel.component.irc.IrcConfiguration | 3 |
| org.apache.camel.component.irc.IrcConsumer | 1 |
| org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Invocation of toString on an array in org.apache.camel.component.irc.IrcConfiguration.toString() | CORRECTNESS | DMI_INVOKING_TOSTRING_ON_ARRAY | 221 |
| org.apache.camel.component.irc.IrcConfiguration.getPorts() may expose internal representation by returning IrcConfiguration.ports | MALICIOUS_CODE | EI_EXPOSE_REP | 125 |
| org.apache.camel.component.irc.IrcConfiguration.setPorts(int[]) may expose internal representation by storing an externally mutable object into IrcConfiguration.ports | MALICIOUS_CODE | EI_EXPOSE_REP2 | 129 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Field only ever set to null: org.apache.camel.component.irc.IrcConsumer.listener | CORRECTNESS | UWF_NULL_FIELD | 34 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter.target | PERFORMANCE | URF_UNREAD_FIELD | 71 |