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 | 1 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.camel.component.quartz.QuartzEndpoint | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Non-virtual method call in org.apache.camel.component.quartz.QuartzEndpoint.createExchange() passes null for unconditionally dereferenced parameter of QuartzExchange.QuartzExchange(CamelContext, JobExecutionContext) | CORRECTNESS | NP_NULL_PARAM_DEREF_NONVIRTUAL | 121 |