| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="5" by="lint 3.5.0-beta04" client="gradle" variant="debug" version="3.5.0-beta04"> |
| 3 | |
| 4 | <issue |
| 5 | id="UnknownNullness" |
| 6 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 7 | errorLine1=" public List<ChooserTarget> onGetChooserTargets(ComponentName targetActivityName," |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/sharetarget/ChooserTargetServiceCompat.java" |
| 11 | line="53" |
| 12 | column="12"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="UnknownNullness" |
| 17 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 18 | errorLine1=" public List<ChooserTarget> onGetChooserTargets(ComponentName targetActivityName," |
| 19 | errorLine2=" ~~~~~~~~~~~~~"> |
| 20 | <location |
| 21 | file="src/main/java/androidx/sharetarget/ChooserTargetServiceCompat.java" |
| 22 | line="53" |
| 23 | column="52"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="UnknownNullness" |
| 28 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 29 | errorLine1=" IntentFilter matchedFilter) {" |
| 30 | errorLine2=" ~~~~~~~~~~~~"> |
| 31 | <location |
| 32 | file="src/main/java/androidx/sharetarget/ChooserTargetServiceCompat.java" |
| 33 | line="54" |
| 34 | column="13"/> |
| 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="UnknownNullness" |
| 39 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 40 | errorLine1=" public static ShortcutInfoCompatSaverImpl getInstance(Context context) {" |
| 41 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 42 | <location |
| 43 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 44 | line="96" |
| 45 | column="19"/> |
| 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="UnknownNullness" |
| 50 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 51 | errorLine1=" public static ShortcutInfoCompatSaverImpl getInstance(Context context) {" |
| 52 | errorLine2=" ~~~~~~~"> |
| 53 | <location |
| 54 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 55 | line="96" |
| 56 | column="59"/> |
| 57 | </issue> |
| 58 | |
| 59 | <issue |
| 60 | id="UnknownNullness" |
| 61 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 62 | errorLine1=" public ListenableFuture<Void> removeShortcuts(List<String> shortcutIds) {" |
| 63 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| 64 | <location |
| 65 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 66 | line="151" |
| 67 | column="12"/> |
| 68 | </issue> |
| 69 | |
| 70 | <issue |
| 71 | id="UnknownNullness" |
| 72 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 73 | errorLine1=" public ListenableFuture<Void> removeShortcuts(List<String> shortcutIds) {" |
| 74 | errorLine2=" ~~~~~~~~~~~~"> |
| 75 | <location |
| 76 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 77 | line="151" |
| 78 | column="51"/> |
| 79 | </issue> |
| 80 | |
| 81 | <issue |
| 82 | id="UnknownNullness" |
| 83 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 84 | errorLine1=" public ListenableFuture<Void> removeAllShortcuts() {" |
| 85 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| 86 | <location |
| 87 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 88 | line="172" |
| 89 | column="12"/> |
| 90 | </issue> |
| 91 | |
| 92 | <issue |
| 93 | id="UnknownNullness" |
| 94 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 95 | errorLine1=" public List<ShortcutInfoCompat> getShortcuts() throws Exception {" |
| 96 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 97 | <location |
| 98 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 99 | line="192" |
| 100 | column="12"/> |
| 101 | </issue> |
| 102 | |
| 103 | <issue |
| 104 | id="UnknownNullness" |
| 105 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 106 | errorLine1=" public IconCompat getShortcutIcon(final String shortcutId) throws Exception {" |
| 107 | errorLine2=" ~~~~~~~~~~"> |
| 108 | <location |
| 109 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 110 | line="206" |
| 111 | column="12"/> |
| 112 | </issue> |
| 113 | |
| 114 | <issue |
| 115 | id="UnknownNullness" |
| 116 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 117 | errorLine1=" public IconCompat getShortcutIcon(final String shortcutId) throws Exception {" |
| 118 | errorLine2=" ~~~~~~"> |
| 119 | <location |
| 120 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 121 | line="206" |
| 122 | column="45"/> |
| 123 | </issue> |
| 124 | |
| 125 | <issue |
| 126 | id="UnknownNullness" |
| 127 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 128 | errorLine1=" public ListenableFuture<Void> addShortcuts(List<ShortcutInfoCompat> shortcuts) {" |
| 129 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| 130 | <location |
| 131 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 132 | line="263" |
| 133 | column="12"/> |
| 134 | </issue> |
| 135 | |
| 136 | <issue |
| 137 | id="UnknownNullness" |
| 138 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 139 | errorLine1=" public ListenableFuture<Void> addShortcuts(List<ShortcutInfoCompat> shortcuts) {" |
| 140 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 141 | <location |
| 142 | file="src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java" |
| 143 | line="263" |
| 144 | column="48"/> |
| 145 | </issue> |
| 146 | |
| 147 | </issues> |