| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.6.0-alpha03" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha03)" variant="all" version="8.6.0-alpha03"> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 21): `java.util.regex.Matcher#start` (called from `kotlin.text.MatchGroupCollection#get(String)`)" |
| errorLine1=" fun pageDataFlowCount() = (counters[PAGED_DATA_FLOW] ?: error("unexpected")).get()" |
| errorLine2=" ~~~"> |
| <location |
| file="src/commonTest/kotlin/androidx/paging/CachingTest.kt"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 21): `java.util.regex.Matcher#start` (called from `kotlin.text.MatchGroupCollection#get(String)`)" |
| errorLine1=" fun pageEventFlowCount() = (counters[PAGE_EVENT_FLOW] ?: error("unexpected")).get()" |
| errorLine2=" ~~~"> |
| <location |
| file="src/commonTest/kotlin/androidx/paging/CachingTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(1000)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/commonJvmAndroidTest/kotlin/androidx/paging/PagedListTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" @Suppress("BlockingMethodInNonBlockingContext") Thread.sleep(100)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/commonJvmAndroidTest/kotlin/androidx/paging/SingleRunnerTest.kt"/> |
| </issue> |
| |
| </issues> |