The following document contains the results of FindBugs Report
FindBugs Version is 1.3.7
Threshold is Low
Effort is Default
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Naked notify in org.fest.swing.awt.AWT$ThreadStateChecker.run() | MT_CORRECTNESS | NN_NAKED_NOTIFY | 348 | Medium |
| Wait not in loop in org.fest.swing.awt.AWT$ThreadStateChecker.start() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 342 | Low |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unconditional wait in org.fest.swing.core.BasicRobot.postInvocationEvent(EventQueue, long) | MT_CORRECTNESS | UW_UNCOND_WAIT | 701 | Low |
| Wait not in loop in org.fest.swing.core.BasicRobot.postInvocationEvent(EventQueue, long) | MT_CORRECTNESS | WA_NOT_IN_LOOP | 701 | Low |