| Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 2 | <issues format="5" by="lint 3.6.0-beta01" client="gradle" variant="debug" version="3.6.0-beta01"> |
| Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 3 | |
| 4 | <issue |
| 5 | id="KotlinPropertyAccess" |
| 6 | message="The getter return type (`int[]`) and setter parameter type (`int...`) getter and setter methods for property `colorSchemeColors` should have exactly the same type to allow be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes" |
| 7 | errorLine1=" public int[] getColorSchemeColors() {" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java" |
| 11 | line="381" |
| 12 | column="18"/> |
| 13 | <location |
| 14 | file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java" |
| 15 | line="391" |
| 16 | column="17"/> |
| 17 | </issue> |
| 18 | |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 19 | <issue |
| 20 | id="UnknownNullness" |
| 21 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 22 | errorLine1=" public void draw(Canvas canvas) {" |
| 23 | errorLine2=" ~~~~~~"> |
| 24 | <location |
| 25 | file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java" |
| 26 | line="398" |
| 27 | column="22"/> |
| 28 | </issue> |
| 29 | |
| 30 | <issue |
| 31 | id="UnknownNullness" |
| 32 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 33 | errorLine1=" public void setColorFilter(ColorFilter colorFilter) {" |
| 34 | errorLine2=" ~~~~~~~~~~~"> |
| 35 | <location |
| 36 | file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java" |
| 37 | line="418" |
| 38 | column="32"/> |
| 39 | </issue> |
| 40 | |
| 41 | <issue |
| 42 | id="UnknownNullness" |
| 43 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 44 | errorLine1=" protected Parcelable onSaveInstanceState() {" |
| 45 | errorLine2=" ~~~~~~~~~~"> |
| 46 | <location |
| 47 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 48 | line="280" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 49 | column="15"/> |
| 50 | </issue> |
| 51 | |
| 52 | <issue |
| 53 | id="UnknownNullness" |
| 54 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 55 | errorLine1=" protected void onRestoreInstanceState(Parcelable state) {" |
| 56 | errorLine2=" ~~~~~~~~~~"> |
| 57 | <location |
| 58 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 59 | line="286" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 60 | column="43"/> |
| 61 | </issue> |
| 62 | |
| 63 | <issue |
| 64 | id="UnknownNullness" |
| 65 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 66 | errorLine1=" public void setColorScheme(@ColorRes int... colors) {" |
| 67 | errorLine2=" ~~~~~~"> |
| 68 | <location |
| 69 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 70 | line="608" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 71 | column="42"/> |
| 72 | </issue> |
| 73 | |
| 74 | <issue |
| 75 | id="UnknownNullness" |
| 76 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 77 | errorLine1=" public void setColorSchemeResources(@ColorRes int... colorResIds) {" |
| 78 | errorLine2=" ~~~~~~"> |
| 79 | <location |
| 80 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 81 | line="619" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 82 | column="51"/> |
| 83 | </issue> |
| 84 | |
| 85 | <issue |
| 86 | id="UnknownNullness" |
| 87 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 88 | errorLine1=" public void setColorSchemeColors(@ColorInt int... colors) {" |
| 89 | errorLine2=" ~~~~~~"> |
| 90 | <location |
| 91 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 92 | line="635" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 93 | column="48"/> |
| 94 | </issue> |
| 95 | |
| 96 | <issue |
| 97 | id="UnknownNullness" |
| 98 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 99 | errorLine1=" public boolean onInterceptTouchEvent(MotionEvent ev) {" |
| 100 | errorLine2=" ~~~~~~~~~~~"> |
| 101 | <location |
| 102 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 103 | line="755" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 104 | column="42"/> |
| 105 | </issue> |
| 106 | |
| 107 | <issue |
| 108 | id="UnknownNullness" |
| 109 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 110 | errorLine1=" public boolean onStartNestedScroll(View child, View target, int axes, int type) {" |
| 111 | errorLine2=" ~~~~"> |
| 112 | <location |
| 113 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 114 | line="911" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 115 | column="40"/> |
| 116 | </issue> |
| 117 | |
| 118 | <issue |
| 119 | id="UnknownNullness" |
| 120 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 121 | errorLine1=" public boolean onStartNestedScroll(View child, View target, int axes, int type) {" |
| 122 | errorLine2=" ~~~~"> |
| 123 | <location |
| 124 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 125 | line="911" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 126 | column="52"/> |
| 127 | </issue> |
| 128 | |
| 129 | <issue |
| 130 | id="UnknownNullness" |
| 131 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 132 | errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes, int type) {" |
| 133 | errorLine2=" ~~~~"> |
| 134 | <location |
| 135 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 136 | line="920" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 137 | column="40"/> |
| 138 | </issue> |
| 139 | |
| 140 | <issue |
| 141 | id="UnknownNullness" |
| 142 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 143 | errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes, int type) {" |
| 144 | errorLine2=" ~~~~"> |
| 145 | <location |
| 146 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 147 | line="920" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 148 | column="52"/> |
| 149 | </issue> |
| 150 | |
| 151 | <issue |
| 152 | id="UnknownNullness" |
| 153 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 154 | errorLine1=" public void onStopNestedScroll(View target, int type) {" |
| 155 | errorLine2=" ~~~~"> |
| 156 | <location |
| 157 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 158 | line="929" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 159 | column="36"/> |
| 160 | </issue> |
| 161 | |
| 162 | <issue |
| 163 | id="UnknownNullness" |
| 164 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 165 | errorLine1=" public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed," |
| 166 | errorLine2=" ~~~~"> |
| 167 | <location |
| 168 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 169 | line="938" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 170 | column="32"/> |
| 171 | </issue> |
| 172 | |
| 173 | <issue |
| 174 | id="UnknownNullness" |
| 175 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 176 | errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed, int type) {" |
| 177 | errorLine2=" ~~~~"> |
| 178 | <location |
| 179 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 180 | line="945" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 181 | column="35"/> |
| 182 | </issue> |
| 183 | |
| 184 | <issue |
| 185 | id="UnknownNullness" |
| 186 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 187 | errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed, int type) {" |
| 188 | errorLine2=" ~~~~~"> |
| 189 | <location |
| 190 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 191 | line="945" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 192 | column="64"/> |
| 193 | </issue> |
| 194 | |
| 195 | <issue |
| 196 | id="UnknownNullness" |
| 197 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 198 | errorLine1=" public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) {" |
| 199 | errorLine2=" ~~~~"> |
| 200 | <location |
| 201 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 202 | line="956" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 203 | column="40"/> |
| 204 | </issue> |
| 205 | |
| 206 | <issue |
| 207 | id="UnknownNullness" |
| 208 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 209 | errorLine1=" public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) {" |
| 210 | errorLine2=" ~~~~"> |
| 211 | <location |
| 212 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 213 | line="956" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 214 | column="52"/> |
| 215 | </issue> |
| 216 | |
| 217 | <issue |
| 218 | id="UnknownNullness" |
| 219 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 220 | errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes) {" |
| 221 | errorLine2=" ~~~~"> |
| 222 | <location |
| 223 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 224 | line="962" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 225 | column="40"/> |
| 226 | </issue> |
| 227 | |
| 228 | <issue |
| 229 | id="UnknownNullness" |
| 230 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 231 | errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes) {" |
| 232 | errorLine2=" ~~~~"> |
| 233 | <location |
| 234 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 235 | line="962" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 236 | column="52"/> |
| 237 | </issue> |
| 238 | |
| 239 | <issue |
| 240 | id="UnknownNullness" |
| 241 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 242 | errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) {" |
| 243 | errorLine2=" ~~~~"> |
| 244 | <location |
| 245 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 246 | line="972" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 247 | column="35"/> |
| 248 | </issue> |
| 249 | |
| 250 | <issue |
| 251 | id="UnknownNullness" |
| 252 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 253 | errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) {" |
| 254 | errorLine2=" ~~~~~"> |
| 255 | <location |
| 256 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 257 | line="972" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 258 | column="64"/> |
| 259 | </issue> |
| 260 | |
| 261 | <issue |
| 262 | id="UnknownNullness" |
| 263 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 264 | errorLine1=" public void onStopNestedScroll(View target) {" |
| 265 | errorLine2=" ~~~~"> |
| 266 | <location |
| 267 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 268 | line="1009" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 269 | column="36"/> |
| 270 | </issue> |
| 271 | |
| 272 | <issue |
| 273 | id="UnknownNullness" |
| 274 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 275 | errorLine1=" public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed," |
| 276 | errorLine2=" ~~~~"> |
| 277 | <location |
| 278 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 279 | line="1023" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 280 | column="38"/> |
| 281 | </issue> |
| 282 | |
| 283 | <issue |
| 284 | id="UnknownNullness" |
| 285 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 286 | errorLine1=" public boolean onNestedPreFling(View target, float velocityX," |
| 287 | errorLine2=" ~~~~"> |
| 288 | <location |
| 289 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 290 | line="1030" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 291 | column="37"/> |
| 292 | </issue> |
| 293 | |
| 294 | <issue |
| 295 | id="UnknownNullness" |
| 296 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 297 | errorLine1=" public boolean onNestedFling(View target, float velocityX, float velocityY," |
| 298 | errorLine2=" ~~~~"> |
| 299 | <location |
| 300 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 301 | line="1036" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 302 | column="34"/> |
| 303 | </issue> |
| 304 | |
| 305 | <issue |
| 306 | id="UnknownNullness" |
| 307 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 308 | errorLine1=" int dyUnconsumed, int[] offsetInWindow, int type) {" |
| 309 | errorLine2=" ~~~~~"> |
| 310 | <location |
| 311 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 312 | line="1074" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 313 | column="31"/> |
| 314 | </issue> |
| 315 | |
| 316 | <issue |
| 317 | id="UnknownNullness" |
| 318 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 319 | errorLine1=" public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow," |
| 320 | errorLine2=" ~~~~~"> |
| 321 | <location |
| 322 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 323 | line="1080" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 324 | column="60"/> |
| 325 | </issue> |
| 326 | |
| 327 | <issue |
| 328 | id="UnknownNullness" |
| 329 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 330 | errorLine1=" public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow," |
| 331 | errorLine2=" ~~~~~"> |
| 332 | <location |
| 333 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 334 | line="1080" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 335 | column="76"/> |
| 336 | </issue> |
| 337 | |
| 338 | <issue |
| 339 | id="UnknownNullness" |
| 340 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 341 | errorLine1=" int dyUnconsumed, int[] offsetInWindow) {" |
| 342 | errorLine2=" ~~~~~"> |
| 343 | <location |
| 344 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 345 | line="1115" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 346 | column="31"/> |
| 347 | </issue> |
| 348 | |
| 349 | <issue |
| 350 | id="UnknownNullness" |
| 351 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 352 | errorLine1=" public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) {" |
| 353 | errorLine2=" ~~~~~"> |
| 354 | <location |
| 355 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 356 | line="1121" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 357 | column="60"/> |
| 358 | </issue> |
| 359 | |
| 360 | <issue |
| 361 | id="UnknownNullness" |
| 362 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 363 | errorLine1=" public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) {" |
| 364 | errorLine2=" ~~~~~"> |
| 365 | <location |
| 366 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 367 | line="1121" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 368 | column="76"/> |
| 369 | </issue> |
| 370 | |
| 371 | <issue |
| 372 | id="UnknownNullness" |
| 373 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 374 | errorLine1=" public boolean onTouchEvent(MotionEvent ev) {" |
| 375 | errorLine2=" ~~~~~~~~~~~"> |
| 376 | <location |
| 377 | file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java" |
| Louis Pullen-Freilich | 2920620 | 2019-10-18 18:33:01 +0100 | [diff] [blame] | 378 | line="1226" |
| Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 379 | column="33"/> |
| 380 | </issue> |
| 381 | |
| Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame] | 382 | </issues> |