All Projects → reprogrammer → keshmesh

reprogrammer / keshmesh

Licence: other
Keshmesh is a static analysis tool for finding and fixing concurrency bug patterns in Java.

Programming Languages

java
68154 projects - #9 most used programming language
XSLT
1337 projects
shell
77523 projects
CSS
56736 projects

Keshmesh

Keshmesh is an interactive tool for detecting and fixing concurrency bugs in Java programs. Keshmesh looks for certain bug patterns that are common in concurrent Java programs and offers automated fixes for some of the bug patterns.

Keshmesh uses WALA to analyze programs for complex concurrency bug patterns that span multiple methods and involve aliases. Keshmesh uses FindBugs to report bugs and offer automated fixes to the users of Eclipse.

Keshmesh has been developed at the University of Illinois and is licensed under the Illinois/NCSA Open Source License. See LICENSE.TXT for more details.

You can find more information about Keshmesh at its homepage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].