Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | 0c93670 | 2024-07-12 10:18:13 -0700 | [diff] [blame] | 2 | <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 Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 3 | |
| 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 Lam | f14ad35 | 2019-09-30 15:30:55 -0700 | [diff] [blame] | 12 | |
| 13 | <issue |
Oussama Ben Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 14 | id="BanUncheckedReflection" |
Tiem Song | 7e943e4 | 2024-01-03 13:21:46 -0800 | [diff] [blame] | 15 | 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 Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 16 | errorLine1=" private val originalDurationScale = durationGetter.invoke(null) as Float" |
| 17 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 18 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 19 | file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/> |
Oussama Ben Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 20 | </issue> |
| 21 | |
| 22 | <issue |
| 23 | id="BanUncheckedReflection" |
Tiem Song | 7e943e4 | 2024-01-03 13:21:46 -0800 | [diff] [blame] | 24 | 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 Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 25 | errorLine1=" durationSetter.invoke(null, animationDurationScale)" |
| 26 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 27 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 28 | file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/> |
Oussama Ben Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 29 | </issue> |
| 30 | |
| 31 | <issue |
| 32 | id="BanUncheckedReflection" |
Tiem Song | 7e943e4 | 2024-01-03 13:21:46 -0800 | [diff] [blame] | 33 | 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 Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 34 | errorLine1=" durationSetter.invoke(null, originalDurationScale)" |
| 35 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 36 | <location |
Alan Viverette | d71e56c | 2022-05-13 16:33:28 -0400 | [diff] [blame] | 37 | file="src/main/java/androidx/testutils/AnimationDurationScaleRule.kt"/> |
Oussama Ben Abdelbaki | 0db72ea | 2020-11-03 05:56:35 -0500 | [diff] [blame] | 38 | </issue> |
| 39 | |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 40 | </issues> |