Tiem Song | 1fc510b | 2022-09-19 14:44:54 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | 13eaf74 | 2023-02-22 17:33:52 -0800 | [diff] [blame] | 2 | <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"> |
| 3 | |
| 4 | <issue |
| 5 | id="BanThreadSleep" |
| 6 | message="Uses Thread.sleep()" |
| 7 | errorLine1=" Thread.sleep(1000)" |
| 8 | errorLine2=" ~~~~~"> |
| 9 | <location |
| 10 | file="src/test/kotlin/androidx/paging/PagedListTest.kt"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
| 14 | id="BanThreadSleep" |
| 15 | message="Uses Thread.sleep()" |
| 16 | errorLine1=" Thread.sleep(100)" |
| 17 | errorLine2=" ~~~~~"> |
| 18 | <location |
| 19 | file="src/test/kotlin/androidx/paging/SingleRunnerTest.kt"/> |
| 20 | </issue> |
Tiem Song | 1fc510b | 2022-09-19 14:44:54 -0700 | [diff] [blame] | 21 | |
| 22 | <issue |
| 23 | id="SupportAnnotationUsage" |
| 24 | message="Did you mean `@get:VisibleForTesting`? Without `get:` this annotates the constructor parameter itself instead of the associated getter." |
| 25 | errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 26 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 27 | <location |
| 28 | file="src/main/kotlin/androidx/paging/PageFetcher.kt"/> |
| 29 | </issue> |
| 30 | |
| 31 | <issue |
| 32 | id="SupportAnnotationUsage" |
| 33 | message="Did you mean `@get:RestrictTo`? Without `get:` this annotates the constructor parameter itself instead of the associated getter." |
| 34 | errorLine1=" @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)" |
| 35 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 36 | <location |
| 37 | file="src/main/kotlin/androidx/paging/PagedList.kt"/> |
| 38 | </issue> |
| 39 | |
| 40 | </issues> |