| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.7.0-alpha02" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.0-alpha02)" variant="all" version="8.7.0-alpha02"> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(SEC)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/IncrementalPluginTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(SEC)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/IncrementalPluginTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(SEC)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/IncrementalPluginTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(SEC)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/IncrementalPluginTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(SEC)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/IncrementalPluginTest.kt"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method get" |
| errorLine1=" variant.registerJavaGeneratingTask(task, task.get().outputDir.asFile.get())" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/kotlin/androidx/navigation/safeargs/gradle/SafeArgsPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="GradleProjectIsolation" |
| message="Use providers.gradleProperty instead of findProperty" |
| errorLine1=" (project.findProperty("android.useAndroidX") == "true").also {" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/navigation/safeargs/gradle/SafeArgsPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="WithPluginClasspathUsage" |
| message="Avoid usage of GradleRunner#withPluginClasspath, which is broken. Instead use something like https://github.com/autonomousapps/dependency-analysis-gradle-plugin/tree/main/testkit#gradle-testkit-support-plugin" |
| errorLine1=" .withPluginClasspath()" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/test/kotlin/androidx/navigation/safeargs/gradle/BasePluginTest.kt"/> |
| </issue> |
| |
| </issues> |