FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.7

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1873400

org.fest.swing.awt.AWT$ThreadStateChecker

BugCategoryDetailsLinePriority
Naked notify in org.fest.swing.awt.AWT$ThreadStateChecker.run()MT_CORRECTNESSNN_NAKED_NOTIFY348Medium
Wait not in loop in org.fest.swing.awt.AWT$ThreadStateChecker.start()MT_CORRECTNESSWA_NOT_IN_LOOP342Low

org.fest.swing.core.BasicRobot

BugCategoryDetailsLinePriority
Unconditional wait in org.fest.swing.core.BasicRobot.postInvocationEvent(EventQueue, long)MT_CORRECTNESSUW_UNCOND_WAIT701Low
Wait not in loop in org.fest.swing.core.BasicRobot.postInvocationEvent(EventQueue, long)MT_CORRECTNESSWA_NOT_IN_LOOP701Low