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

Merge transformer into detector #21

Open reprogrammer opened 13 years ago

reprogrammer commented 13 years ago

Currently, edu.illinois.keshmesh.transformer.core has only one class LCK02JFixer. If future bug patterns don't require fixers, we might decide to merge the plugin edu.illinois.keshmesh.transformer.core into edu.illinois.keshmesh.detector and rename edu.illinois.keshmesh.detector to edu.illinois.keshmesh .