Fixed
Status Update
Comments
al...@google.com <al...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit a10c11d72baf5470f24438d948f04d1de4e7db55
Author: Alan Viverette <alanv@google.com>
Date: Tue Jun 01 16:11:33 2021
Clean up SoonBlockedPrivateApi baseline suppressions
Also addresses other lint errors and warnings across affected classes. No
functional changes.
Fixes: 188453571
Relnote: Addressed missing nullability annotation issues in ViewCompat
Test: ViewCompatTest, WindowInsetsCompatTest, PopupWindowCompatTest
Change-Id: Ic346e32a79f8de1c49fe957ae387b0b88855c2d7
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/lint-baseline.xml
M core/core/src/main/java/androidx/core/view/ViewCompat.java
M core/core/src/main/java/androidx/core/view/WindowInsetsCompat.java
M core/core/src/main/java/androidx/core/widget/PopupWindowCompat.java
https://android-review.googlesource.com/1723890
Branch: androidx-main
commit a10c11d72baf5470f24438d948f04d1de4e7db55
Author: Alan Viverette <alanv@google.com>
Date: Tue Jun 01 16:11:33 2021
Clean up SoonBlockedPrivateApi baseline suppressions
Also addresses other lint errors and warnings across affected classes. No
functional changes.
Fixes: 188453571
Relnote: Addressed missing nullability annotation issues in ViewCompat
Test: ViewCompatTest, WindowInsetsCompatTest, PopupWindowCompatTest
Change-Id: Ic346e32a79f8de1c49fe957ae387b0b88855c2d7
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/lint-baseline.xml
M core/core/src/main/java/androidx/core/view/ViewCompat.java
M core/core/src/main/java/androidx/core/view/WindowInsetsCompat.java
M core/core/src/main/java/androidx/core/widget/PopupWindowCompat.java
Description
The following lint check is baseline suppressed in your project. Please remove all instances of this suppression from
core/core/lint-baseline.xml
and address the associated issues before your next stable release.4 instance(s) of
SoonBlockedPrivateApi
Reflective access to mOverlapAnchor will throw an exception when targeting API 30 and above
Found in
src/main/java/androidx/core/widget/PopupWindowCompat.java
at line 125:Reflective access to mMinWidth will throw an exception when targeting API 30 and above
Found in
src/main/java/androidx/core/view/ViewCompat.java
at line 2006:Reflective access to mMinHeight will throw an exception when targeting API 30 and above
Found in
src/main/java/androidx/core/view/ViewCompat.java
at line 2040:Reflective access to mAttachInfo will throw an exception when targeting API 30 and above
Found in
src/main/java/androidx/core/view/WindowInsetsCompat.java
at line 2128: