Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Oussama Ben Abdelbaki | d77fa79 | 2020-08-26 19:15:20 -0400 | [diff] [blame] | 2 | <issues format="5" by="lint 4.2.0-alpha06" client="gradle" variant="debug" version="4.2.0-alpha06"> |
| 3 | |
| 4 | <issue |
| 5 | id="BanSynchronizedMethods" |
| 6 | message="Use of synchronized methods is not recommended" |
| 7 | errorLine1=" @MainThread" |
| 8 | errorLine2=" ^"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/recyclerview/selection/OperationMonitor.java" |
| 11 | line="71" |
| 12 | column="5"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="BanSynchronizedMethods" |
| 17 | message="Use of synchronized methods is not recommended" |
| 18 | errorLine1=" @MainThread" |
| 19 | errorLine2=" ^"> |
| 20 | <location |
| 21 | file="src/main/java/androidx/recyclerview/selection/OperationMonitor.java" |
| 22 | line="82" |
| 23 | column="5"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="BanSynchronizedMethods" |
| 28 | message="Use of synchronized methods is not recommended" |
| 29 | errorLine1=" /** @hide */" |
| 30 | errorLine2=" ^"> |
| 31 | <location |
| 32 | file="src/main/java/androidx/recyclerview/selection/OperationMonitor.java" |
| 33 | line="97" |
| 34 | column="5"/> |
| 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="BanSynchronizedMethods" |
| 39 | message="Use of synchronized methods is not recommended" |
| 40 | errorLine1=" /** @hide */" |
| 41 | errorLine2=" ^"> |
| 42 | <location |
| 43 | file="src/main/java/androidx/recyclerview/selection/OperationMonitor.java" |
| 44 | line="109" |
| 45 | column="5"/> |
| 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="BanSynchronizedMethods" |
| 50 | message="Use of synchronized methods is not recommended" |
| 51 | errorLine1=" /**" |
| 52 | errorLine2=" ^"> |
| 53 | <location |
| 54 | file="src/main/java/androidx/recyclerview/selection/OperationMonitor.java" |
| 55 | line="115" |
| 56 | column="5"/> |
| 57 | </issue> |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 58 | |
| 59 | <issue |
| 60 | id="LambdaLast" |
| 61 | message="Functional interface parameters (such as parameter 1, "keys", in androidx.recyclerview.selection.DefaultSelectionTracker.setItemsSelected) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions" |
| 62 | errorLine1=" public boolean setItemsSelected(@NonNull Iterable<K> keys, boolean selected) {" |
| 63 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 64 | <location |
| 65 | file="src/main/java/androidx/recyclerview/selection/DefaultSelectionTracker.java" |
Aurimas Liutikas | c05561f | 2019-12-05 14:13:18 -0800 | [diff] [blame] | 66 | line="141" |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 67 | column="64"/> |
| 68 | </issue> |
| 69 | |
| 70 | <issue |
| 71 | id="LambdaLast" |
| 72 | message="Functional interface parameters (such as parameter 1, "keys", in androidx.recyclerview.selection.SelectionTracker.setItemsSelected) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions" |
| 73 | errorLine1=" public abstract boolean setItemsSelected(@NonNull Iterable<K> keys, boolean selected);" |
| 74 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 75 | <location |
| 76 | file="src/main/java/androidx/recyclerview/selection/SelectionTracker.java" |
Aurimas Liutikas | c05561f | 2019-12-05 14:13:18 -0800 | [diff] [blame] | 77 | line="166" |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 78 | column="73"/> |
| 79 | </issue> |
| 80 | |
Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 81 | </issues> |