| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.0.0-beta03" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0-beta03)" variant="all" version="8.0.0-beta03"> |
| |
| <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(otherwise = VisibleForTesting.PRIVATE)" |
| 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> |