An open API service indexing awesome lists of open source software.

https://github.com/dwtj/checker-mvn-example

A stub Java project that uses the Checker Framework when invoked from Maven.
https://github.com/dwtj/checker-mvn-example

Last synced: about 2 months ago
JSON representation

A stub Java project that uses the Checker Framework when invoked from Maven.

Awesome Lists containing this project

README

          

Checker Framework Maven Example
===============================

The `CHECKER_FRAMEWORK_HOME` environment variable should be set to the location of the root of the `checker-framework` distribution. For example, on my system the `checker-framework` of `javac` is currently located at `~/Software/checker-framework/1.9.1/checker/bin/javac`, so in my shell profile I have included the following line:

``` {.bash}
export CHECKER_FRAMEWORK_HOME="$HOME/Software/checker-framework/1.9.1"
```