The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
110 | 2 | 1 | 13 |
Class | Bugs |
---|---|
org.apache.camel.itest.jms.JmsIntegrationTest$1 | 1 |
org.apache.camel.itest.jms.JmsIntegrationTest$2 | 1 |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.itest.jms.JmsIntegrationTest$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.itest.jms.JmsIntegrationTest$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |