File: README

package info (click to toggle)
checker-framework-java 3.2.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,212 kB
  • sloc: java: 146,011; xml: 839; sh: 518; makefile: 404; perl: 26
file content (11 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
This directory contains an example Maven project that downloads the latest
Checker Framework Maven artifacts and runs the Nullness Checker.

To run the example, simply execute:
mvn compile

You should see output that includes:

MavenExample.java:[25,29] error: [assignment.type.incompatible] incompatible types in assignment.

This example is for use with JDK 8.  For JDK 11, see ../MavenExampleJDK11.