The following document contains the results of SpotBugs
SpotBugs Version is 4.8.1
Threshold is low
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 118 | 4 | 0 | 1 |
| Class | Bugs |
|---|---|
| de.dlr.bt.stc.App | 4 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Synchronization performed on java.util.concurrent.atomic.AtomicBoolean in de.dlr.bt.stc.App.main(String[]) | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 104 | Medium |
| Synchronization performed on java.util.concurrent.atomic.AtomicBoolean in de.dlr.bt.stc.App.terminateApplication(EventBus) | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 142 | Medium |
| Naked notify in de.dlr.bt.stc.App.main(String[]) | MT_CORRECTNESS | NN_NAKED_NOTIFY | 105 | Medium |
| Unconditional wait in de.dlr.bt.stc.App.terminateApplication(EventBus) | MT_CORRECTNESS | UW_UNCOND_WAIT | 143 | Low |