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 |
|---|---|---|---|
| 1580 | 6 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Wait not in loop in org.fest.swing.awt.AWT$ThreadStateChecker.start() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 254 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unconditional wait in org.fest.swing.core.RobotFixture.postInvocationEvent(EventQueue, long) | MT_CORRECTNESS | UW_UNCOND_WAIT | 598 |
| Wait not in loop in org.fest.swing.core.RobotFixture.postInvocationEvent(EventQueue, long) | MT_CORRECTNESS | WA_NOT_IN_LOOP | 598 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to prime in org.fest.swing.data.TableCell.hashCode() | STYLE | DLS_DEAD_LOCAL_STORE | 92 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to prime in org.fest.swing.data.TableCellByColumnName.hashCode() | STYLE | DLS_DEAD_LOCAL_STORE | 86 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to coordinate in org.fest.swing.driver.JSliderLocation$JSliderLocationQueryStrategy.executeInEDT() | STYLE | DLS_DEAD_LOCAL_STORE | 94 |