The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 18 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.github.smokestack.jms.MockMessage | 1 |
| com.github.smokestack.jms.MockMessageConsumer | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should com.github.smokestack.jms.MockMessage._getJMSCorrelationIDAsBytes() return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 194 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The field name com.github.smokestack.jms.MockMessageConsumer.NoLocal doesn't start with a lower case letter | BAD_PRACTICE | NM_FIELD_NAMING_CONVENTION | Not available | Medium |