blob: c5926860dc45b98238622f9ee57e5ecc54b5c176 [file] [log] [blame]
Fred Sladkeyf62189d2024-02-27 12:07:38 -05001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3
4 <issue
5 id="NewApi"
6 message="Call requires API level 26 (current min is 21): `java.util.regex.Matcher#start` (called from `kotlin.text.MatchGroupCollection#get(String)`)"
7 errorLine1=" fun pageDataFlowCount() = (counters[PAGED_DATA_FLOW] ?: error(&quot;unexpected&quot;)).get()"
8 errorLine2=" ~~~">
9 <location
10 file="src/commonTest/kotlin/androidx/paging/CachingTest.kt"/>
11 </issue>
12
13 <issue
14 id="NewApi"
15 message="Call requires API level 26 (current min is 21): `java.util.regex.Matcher#start` (called from `kotlin.text.MatchGroupCollection#get(String)`)"
16 errorLine1=" fun pageEventFlowCount() = (counters[PAGE_EVENT_FLOW] ?: error(&quot;unexpected&quot;)).get()"
17 errorLine2=" ~~~">
18 <location
19 file="src/commonTest/kotlin/androidx/paging/CachingTest.kt"/>
20 </issue>
21
22 <issue
23 id="BanThreadSleep"
24 message="Uses Thread.sleep()"
25 errorLine1=" Thread.sleep(1000)"
26 errorLine2=" ~~~~~">
27 <location
28 file="src/commonJvmAndroidTest/kotlin/androidx/paging/PagedListTest.kt"/>
29 </issue>
30
31 <issue
32 id="BanThreadSleep"
33 message="Uses Thread.sleep()"
34 errorLine1=" @Suppress(&quot;BlockingMethodInNonBlockingContext&quot;) Thread.sleep(100)"
35 errorLine2=" ~~~~~">
36 <location
37 file="src/commonJvmAndroidTest/kotlin/androidx/paging/SingleRunnerTest.kt"/>
38 </issue>
39
40</issues>