reprogrammer / keshmesh

Keshmesh is a static analysis tool for finding and fixing concurrency bug patterns in Java.
http://keshmesh.cs.illinois.edu/
Other
16 stars 5 forks source link

Improve the bug reports for LCK06J #36

Open Wanderer777 opened 13 years ago

Wanderer777 commented 13 years ago

Currently, Keshmesh reports only the synchronized blocks and the modified static fields related to the bug pattern instance. However, it is not clear how these static fields are modified. Keshemesh should also report the statements that directly modify these static fields. Note that we already have this information (because Keshmesh collects unsafe instructions that modify static fields), but do not report it to the user.