FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1580600

Files

ClassBugs
org.fest.swing.awt.AWT$ThreadStateChecker1
org.fest.swing.core.RobotFixture2
org.fest.swing.data.TableCell1
org.fest.swing.data.TableCellByColumnName1
org.fest.swing.driver.JSliderLocation$JSliderLocationQueryStrategy1

org.fest.swing.awt.AWT$ThreadStateChecker

BugCategoryDetailsLine
Wait not in loop in org.fest.swing.awt.AWT$ThreadStateChecker.start()MT_CORRECTNESSWA_NOT_IN_LOOP254

org.fest.swing.core.RobotFixture

BugCategoryDetailsLine
Unconditional wait in org.fest.swing.core.RobotFixture.postInvocationEvent(EventQueue, long)MT_CORRECTNESSUW_UNCOND_WAIT598
Wait not in loop in org.fest.swing.core.RobotFixture.postInvocationEvent(EventQueue, long)MT_CORRECTNESSWA_NOT_IN_LOOP598

org.fest.swing.data.TableCell

BugCategoryDetailsLine
Dead store to prime in org.fest.swing.data.TableCell.hashCode()STYLEDLS_DEAD_LOCAL_STORE92

org.fest.swing.data.TableCellByColumnName

BugCategoryDetailsLine
Dead store to prime in org.fest.swing.data.TableCellByColumnName.hashCode()STYLEDLS_DEAD_LOCAL_STORE86

org.fest.swing.driver.JSliderLocation$JSliderLocationQueryStrategy

BugCategoryDetailsLine
Dead store to coordinate in org.fest.swing.driver.JSliderLocation$JSliderLocationQueryStrategy.executeInEDT()STYLEDLS_DEAD_LOCAL_STORE94