Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit b18d4e66ca83b1b067fd9bbb5cf9ba0cf1d854c2
Author: Jeremy Woods <jbwoods@google.com>
Date: Wed Jun 22 15:01:37 2022
Fix lint warnings in ResolvableFuture
Adding proper nullability to ResolvableFuture.
RelNote: "`ResolvableFuture` now has proper nullability annotations on
its methods."
Test: ./gradlew bOS
Fixes: 236474470
Change-Id: I2339f5da0e113d629d0684409a5193ae31c29820
M concurrent/concurrent-futures/src/main/java/androidx/concurrent/futures/ResolvableFuture.java
M concurrent/concurrent-futures/api/restricted_current.txt
https://android-review.googlesource.com/2134818
Branch: androidx-main
commit b18d4e66ca83b1b067fd9bbb5cf9ba0cf1d854c2
Author: Jeremy Woods <jbwoods@google.com>
Date: Wed Jun 22 15:01:37 2022
Fix lint warnings in ResolvableFuture
Adding proper nullability to ResolvableFuture.
RelNote: "`ResolvableFuture` now has proper nullability annotations on
its methods."
Test: ./gradlew bOS
Fixes: 236474470
Change-Id: I2339f5da0e113d629d0684409a5193ae31c29820
M concurrent/concurrent-futures/src/main/java/androidx/concurrent/futures/ResolvableFuture.java
M concurrent/concurrent-futures/api/restricted_current.txt
na...@google.com <na...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.concurrent:concurrent-futures:1.2.0-alpha01
Description
The following 3 lint issue(s) are suppressed in
src/main/java/androidx/concurrent/futures/ResolvableFuture.java
. Please remove these suppressions inconcurrent/concurrent-futures/lint-baseline.xml
and address the associated issues.