-
Notifications
You must be signed in to change notification settings - Fork 225
WALA Based Tools
These are tools / libraries created by other groups that build on or enhance WALA. Note that these tools are supported by the authors, not by the WALA maintainers. The tools are open source unless otherwise noted (but please check yourself if the license is suitable for your purposes). Feel free to add links to other tools that we have missed. Several of these tools were presented at the 2015 Workshop on WALA.
WALAFacade is a Scala library that enables more idiomatic use of WALA from Scala code.
Hopper is a goal-directed static analysis tool for languages that run on the JVM.
Joana is an information-flow control analysis framework for Java.
Keshmesh is a static analysis framework for detecting and fixing concurrency bug patterns in Java programs.
JFlow provides interactive source-to-source transformations for flow-based paralellism.
IteRace is a static race detection tool for Java that includes knowledge of loop-parallel operations, among other features.