All Projects → wala → WALA-start

wala / WALA-start

Licence: EPL-1.0 license
a basic Gradle configuration to get started with WALA

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

WALA Starter Kit

Introduction

This is a small example project to help in getting started with the WALA program analysis framework. You can clone and build this project to get WALA installed, and then modify it to suit your own needs.

Requirements

Requirements are:

  • Java 8 or Java 11

Note: If you want to run the SourceDirCallGraph driver, you should run on Java 11 to avoid issues with Eclipse dependencies (see wala/WALA#1083). Installation instructions for Java will vary by operating system.

Installation

Clone the repository, and then run:

./gradlew compileJava

This will pull in the WALA jars and build the sample code.

Example analyses

See the drivers folder for other examples.

License

All code is available under the Eclipse Public License.

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].