| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.3.0-alpha04" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha04)" variant="all" version="8.3.0-alpha04"> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(delayMs)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/metrics/performance/test/DelayedView.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(delay)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/metrics/performance/test/MyCustomView.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 19" |
| errorLine1=" Build.VERSION.SDK_INT >= 16 -> {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/metrics/performance/JankStats.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 16" |
| errorLine1="@RequiresApi(16)" |
| errorLine2="~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/metrics/performance/JankStatsApi16Impl.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 16" |
| errorLine1="@RequiresApi(16)" |
| errorLine2="~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/metrics/performance/JankStatsApi16Impl.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 16" |
| errorLine1=" @RequiresApi(Build.VERSION_CODES.JELLY_BEAN)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/metrics/performance/JankStatsInternalsForTesting.kt"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; SDK_INT is always >= 16" |
| errorLine1=" @RequiresApi(Build.VERSION_CODES.JELLY_BEAN)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/metrics/performance/JankStatsInternalsForTesting.kt"/> |
| </issue> |
| |
| </issues> |