Navigation auf uzh.ch

Suche

Department of Informatics s.e.a.l

LISA - A full-history multi-language source code analysis tool

Synopsis

LISA is a library for conducting multi- and cross-language code analyses of code contained in Git repositories. It can analyze thousands of revisions of the project in parallel. It ships with a number of metric analyses as well as parsers for Java, C#, Javascript and Python 3. Adding additional languages is easy thanks to a tight-knit integration with ANTLR.

Downloads

If you want to try out LISA, please visit https://bitbucket.org/sealuzh/lisa-quickstart/src to get started.

The latest jar is available for download here but it is strongly recommended to use sbt as in the example repository above, so downloading the jar file manually is not required.