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 |
|---|---|---|---|
| 151 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.camel.component.jbi.CamelJbiComponent | 1 |
| org.apache.camel.component.jbi.JbiEndpoint$2 | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to parts in org.apache.camel.component.jbi.CamelJbiComponent.activateJbiEndpoint(JbiEndpoint, Processor) | STYLE | DLS_DEAD_LOCAL_STORE | 156 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: org.apache.camel.component.jbi.JbiEndpoint$2.jbiEndpoint | PERFORMANCE | URF_UNREAD_FIELD | 59 |