blob: 034ebe24643107929c6d3ba9bfd570af2a8fe4a6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.1.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta02)" variant="all" version="8.1.0-beta02">
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(1000)"
errorLine2=" ~~~~~">
<location
file="src/test/kotlin/androidx/paging/PagedListTest.kt"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(100)"
errorLine2=" ~~~~~">
<location
file="src/test/kotlin/androidx/paging/SingleRunnerTest.kt"/>
</issue>
<issue
id="SupportAnnotationUsage"
message="Did you mean `@get:VisibleForTesting`? Without `get:` this annotates the constructor parameter itself instead of the associated getter."
errorLine1=" @VisibleForTesting"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/kotlin/androidx/paging/PageFetcher.kt"/>
</issue>
<issue
id="SupportAnnotationUsage"
message="Did you mean `@get:RestrictTo`? Without `get:` this annotates the constructor parameter itself instead of the associated getter."
errorLine1=" @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/kotlin/androidx/paging/PagedList.kt"/>
</issue>
</issues>