|
@@ -33,7 +33,7 @@
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- annotations from the Checker Framework: nullness, interning, locking,
|
|
<!-- annotations from the Checker Framework: nullness, interning, locking,
|
|
- ... -->
|
|
|
|
|
|
+ ...
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.checkerframework</groupId>
|
|
<groupId>org.checkerframework</groupId>
|
|
<artifactId>checker-qual</artifactId>
|
|
<artifactId>checker-qual</artifactId>
|
|
@@ -43,7 +43,8 @@
|
|
<groupId>org.checkerframework</groupId>
|
|
<groupId>org.checkerframework</groupId>
|
|
<artifactId>checker</artifactId>
|
|
<artifactId>checker</artifactId>
|
|
<version>2.1.8</version>
|
|
<version>2.1.8</version>
|
|
- </dependency>
|
|
|
|
|
|
+ </dependency>
|
|
|
|
+ -->
|
|
<!-- The type annotations compiler - uncomment if desired -->
|
|
<!-- The type annotations compiler - uncomment if desired -->
|
|
<!-- <dependency> <groupId>org.checkerframework</groupId> <artifactId>compiler</artifactId>
|
|
<!-- <dependency> <groupId>org.checkerframework</groupId> <artifactId>compiler</artifactId>
|
|
<version>2.1.8</version> </dependency> -->
|
|
<version>2.1.8</version> </dependency> -->
|
|
@@ -66,16 +67,14 @@
|
|
<source>1.8</source>
|
|
<source>1.8</source>
|
|
<target>1.8</target>
|
|
<target>1.8</target>
|
|
<fork>true</fork>
|
|
<fork>true</fork>
|
|
|
|
+ <!--
|
|
<annotationProcessors>
|
|
<annotationProcessors>
|
|
- <!-- Add all the checkers you want to enable here -->
|
|
|
|
<annotationProcessor>org.checkerframework.checker.nullness.NullnessChecker</annotationProcessor>
|
|
<annotationProcessor>org.checkerframework.checker.nullness.NullnessChecker</annotationProcessor>
|
|
</annotationProcessors>
|
|
</annotationProcessors>
|
|
<compilerArgs>
|
|
<compilerArgs>
|
|
- <!-- location of the annotated JDK, which comes from a Maven dependency -->
|
|
|
|
<arg>-Xbootclasspath/p:${annotatedJdk}</arg>
|
|
<arg>-Xbootclasspath/p:${annotatedJdk}</arg>
|
|
- <!-- Uncomment the following line to use the type annotations compiler. -->
|
|
|
|
- <!-- <arg>-J-Xbootclasspath/p:${typeAnnotationsJavac}</arg> -->
|
|
|
|
</compilerArgs>
|
|
</compilerArgs>
|
|
|
|
+ -->
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
<plugin>
|
|
<plugin>
|
|
@@ -129,13 +128,7 @@
|
|
</build>
|
|
</build>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
- <!-- These properties will be set by the Maven Dependency plugin -->
|
|
|
|
- <!-- Change to jdk7 if using Java 7 -->
|
|
|
|
- <annotatedJdk>${org.checkerframework:jdk8:jar}</annotatedJdk>
|
|
|
|
- <!-- Uncomment to use the type annotations compiler. -->
|
|
|
|
- <!-- <typeAnnotationsJavac>${org.checkerframework:compiler:jar}</typeAnnotationsJavac> -->
|
|
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
|
+ <!-- <annotatedJdk>${org.checkerframework:jdk8:jar}</annotatedJdk> -->
|
|
<build.number>SNAPSHOT</build.number>
|
|
<build.number>SNAPSHOT</build.number>
|
|
</properties>
|
|
</properties>
|
|
</project>
|
|
</project>
|