File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.12.6
4+ ---------------
5+ * JSpecify: view type as super in generic method inference (#1177 )
6+ * Infer @Nullable type arguments for type variables from unmarked code (#1181 )
7+ * Convert android-jar.py to Python 3 (#1175 )
8+ * Suggest castToNonNull fix for unboxing error (#1182 )
9+
310Version 0.12.5
411---------------
512* Add missing override to RestoreNullnessAnnotationsVisitor (#1154 )
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.6-SNAPSHOT
15+ VERSION_NAME =0.12.6
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments