blob: c6d03d226a4e2e680e57cb3559425d52465147a1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0-dev" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev">
<issue
id="ClassVerificationFailure"
message="This call references a method added in API level 17; however, the containing class null is reachable from earlier API levels and will fail run-time class verification."
errorLine1=" textDirection = View.TEXT_DIRECTION_LOCALE"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/viewpager2/integration/testapp/MutableCollectionBaseActivity.kt"
line="65"
column="25"/>
</issue>
<issue
id="ClassVerificationFailure"
message="This call references a method added in API level 17; however, the containing class null is reachable from earlier API levels and will fail run-time class verification."
errorLine1=" textDirection = View.TEXT_DIRECTION_LOCALE"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/viewpager2/integration/testapp/MutableCollectionBaseActivity.kt"
line="65"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" fun removeAt(position: Int) = items.removeAt(position)"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/androidx/viewpager2/integration/testapp/MutableCollectionBaseActivity.kt"
line="146"
column="9"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" fun create(itemText: String) ="
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/viewpager2/integration/testapp/MutableCollectionFragmentActivity.kt"
line="98"
column="13"/>
</issue>
</issues>