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 |
|---|---|---|---|
| 84 | 6 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Invocation of toString on an array in org.apache.camel.component.irc.IrcConfiguration.toString() | CORRECTNESS | DMI_INVOKING_TOSTRING_ON_ARRAY | 219 |
| org.apache.camel.component.irc.IrcConfiguration.getPorts() may expose internal representation by returning IrcConfiguration.ports | MALICIOUS_CODE | EI_EXPOSE_REP | 123 |
| 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 | 127 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unwritten field: org.apache.camel.component.irc.IrcConsumer.listener | CORRECTNESS | UWF_UNWRITTEN_FIELD | 47 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: org.apache.camel.component.irc.IrcConsumer$FilteredIRCEventAdapter.target | PERFORMANCE | URF_UNREAD_FIELD | 71 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.camel.component.irc.IrcProducer.COMMANDS should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 29 |