blob: 129a1eea51cd405e3a804eb7d4b025e422f8de25 [file] [log] [blame]
Louis Pullen-Freilich8ad38ba2019-06-10 16:33:44 +01001<?xml version="1.0" encoding="UTF-8"?>
Aurimas Liutikas0c936702024-07-12 10:18:13 -07002<issues format="6" by="lint 8.6.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-beta01)" variant="all" version="8.6.0-beta01">
Aurimas Liutikas36de1fe2023-11-29 15:12:02 -08003
4 <issue
5 id="BanThreadSleep"
6 message="Uses Thread.sleep()"
7 errorLine1=" Thread.sleep(TIME_SLICE);"
8 errorLine2=" ~~~~~">
9 <location
10 file="src/main/java/androidx/testutils/PollingCheck.java"/>
11 </issue>
Dustin Lamf14ad352019-09-30 15:30:55 -070012
13 <issue
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050014 id="BanUncheckedReflection"
Tiem Song7e943e42024-01-03 13:21:46 -080015 message="Method.invoke requires both an upper and lower SDK bounds checks to be safe, and the upper bound must be below SdkVersionInfo.HIGHEST_KNOWN_API."
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050016 errorLine1=" private val originalDurationScale = durationGetter.invoke(null) as Float"
17 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -040019 file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/>
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050020 </issue>
21
22 <issue
23 id="BanUncheckedReflection"
Tiem Song7e943e42024-01-03 13:21:46 -080024 message="Method.invoke requires both an upper and lower SDK bounds checks to be safe, and the upper bound must be below SdkVersionInfo.HIGHEST_KNOWN_API."
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050025 errorLine1=" durationSetter.invoke(null, animationDurationScale)"
26 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -040028 file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/>
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050029 </issue>
30
31 <issue
32 id="BanUncheckedReflection"
Tiem Song7e943e42024-01-03 13:21:46 -080033 message="Method.invoke requires both an upper and lower SDK bounds checks to be safe, and the upper bound must be below SdkVersionInfo.HIGHEST_KNOWN_API."
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050034 errorLine1=" durationSetter.invoke(null, originalDurationScale)"
35 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
36 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -040037 file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/>
Oussama Ben Abdelbaki0db72ea2020-11-03 05:56:35 -050038 </issue>
39
Louis Pullen-Freilich8ad38ba2019-06-10 16:33:44 +010040</issues>