SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is low
Effort is max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 19 | 2 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| it.tidalwave.messagebus.spi.SimpleMessageBus | 2 |
it.tidalwave.messagebus.spi.SimpleMessageBus
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Adding elements of an entry set may fail due to reuse of Map.Entry object in it.tidalwave.messagebus.spi.SimpleMessageBus.dispatchMessage(Class, Object) | BAD_PRACTICE | DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS | 144 | Medium |
| Overridable method initialize is called from constructor new it.tidalwave.messagebus.spi.SimpleMessageBus(Executor, MessageDelivery). | MALICIOUS_CODE | MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR | 88 | Low |
TheseFoolishThings :: MessageBus