File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.12.7
4+ ---------------
5+ * Update to Checker Framework 3.49.2 (#1183 )
6+ * Don't check synchronized blocks within unannotated code (#1185 )
7+ * Test on JDK 24 (#1187 )
8+ * Fix multiple issues with NewClassTrees that have enclosing expressions (#1191 )
9+ * Ensure classes null-marked by library model detected in all places (#1197 )
10+ * JSpecify: handle varargs whose element type is a type variable (#1200 )
11+ * Update to Error Prone 2.38.0 (#1203 )
12+ * Optimization to annotation stripping in library model matching (#1204 )
13+ * Make arg position nullness array contents nullable (#1207 )
14+ * Properly handle method references to null-unmarked methods (#1205 )
15+
316Version 0.12.6
417---------------
518* JSpecify: view type as super in generic method inference (#1177 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.caching=true
1212org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m
1313
1414GROUP =com.uber.nullaway
15- VERSION_NAME =0.12.7-SNAPSHOT
15+ VERSION_NAME =0.12.7
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments