File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.12.5
4+ ---------------
5+ * Add missing override to RestoreNullnessAnnotationsVisitor (#1154 )
6+ * Add more bailouts for raw types (#1153 )
7+ * Do unboxing check for invocation parameters even when calling a @NullUnmarked method (#1163 )
8+ * JSpecify: infer generic method type arguments for assignments (#1131 )
9+ * JSpecify: properly handle lambdas in anonymous inner classes (#1165 )
10+ * Support @MonotonicNonNull on static fields (#1166 )
11+ * Update to Error Prone 2.37.0 (#1169 )
12+ * Use proper name for constructors in JarInfer (#1167 )
13+ * Don't treat @ParametricNullness as @Nullable in JSpecify mode (#1174 )
14+
315Version 0.12.4
416---------------
5- * Better ` @MonotonicNonNull ` support (#1149 )
17+ * Better ` @MonotonicNonNull ` support (#1149 )
618* Add support for local variables for arrays. (#1146 )
719* Ignore Spring Framework 6.2 ` @MockitoBean ` , ` @MockitoSpyBean ` fields (#1147 )
820* JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#1143 )
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.5-SNAPSHOT
15+ VERSION_NAME =0.12.5
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments