-
BWA - Busy Wait Analyser
The Busy Wait Analiser is an earlier project that aims at the detection of busy waiting in Java programs. Because it is pretty hard to detect busy waiting in existent code there is the need for a static analysis tool, which tells exactly where and how busy waiting is employed. BWA basically is a command line tool which outputs class name, method name, the source line number of the busy wait loop and the busy wait variable. For more information see the separate project site.