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 10456dc4bc597affe228266154fad820e05f175b
Author: Alan Viverette <alanv@google.com>
Date: Tue Feb 08 14:25:14 2022
Clean up lint issues (including VFY) in androidx.core.text
No functional changes, only auto-fixes.
Relnote: Added nullability annotations to androidx.core.text classes
Fixes: 206113384
Test: ICUCompatTest
Change-Id: I08329441241bee3909728295156afa721431a242
M core/core/api/restricted_current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/src/androidTest/java/androidx/core/text/ICUCompatTest.java
M core/core/api/current.txt
M core/core/src/main/java/androidx/core/text/HtmlCompat.java
M core/core/src/main/java/androidx/core/text/ICUCompat.java
https://android-review.googlesource.com/1977306
Branch: androidx-main
commit 10456dc4bc597affe228266154fad820e05f175b
Author: Alan Viverette <alanv@google.com>
Date: Tue Feb 08 14:25:14 2022
Clean up lint issues (including VFY) in androidx.core.text
No functional changes, only auto-fixes.
Relnote: Added nullability annotations to androidx.core.text classes
Fixes: 206113384
Test: ICUCompatTest
Change-Id: I08329441241bee3909728295156afa721431a242
M core/core/api/restricted_current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/src/androidTest/java/androidx/core/text/ICUCompatTest.java
M core/core/api/current.txt
M core/core/src/main/java/androidx/core/text/HtmlCompat.java
M core/core/src/main/java/androidx/core/text/ICUCompat.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.8 instance(s) of
ClassVerificationFailure
This call references a method added in API level 24; however, the containing class androidx.core.text.HtmlCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/HtmlCompat.java
at line 148:This call references a method added in API level 24; however, the containing class androidx.core.text.HtmlCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/HtmlCompat.java
at line 163:This call references a method added in API level 24; however, the containing class androidx.core.text.HtmlCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/HtmlCompat.java
at line 176:This call references a method added in API level 24; however, the containing class androidx.core.text.ICUCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/ICUCompat.java
at line 90:This call references a method added in API level 24; however, the containing class androidx.core.text.ICUCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/ICUCompat.java
at line 90:This call references a method added in API level 24; however, the containing class androidx.core.text.ICUCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/ICUCompat.java
at line 91:This call references a method added in API level 21; however, the containing class androidx.core.text.ICUCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/ICUCompat.java
at line 95:This call references a method added in API level 21; however, the containing class androidx.core.text.ICUCompat is reachable from earlier API levels and will fail run-time class verification.
Found in
src/main/java/androidx/core/text/ICUCompat.java
at line 101: