| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.8.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha06)" variant="all" version="8.8.0-alpha06"> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; `SDK_INT` is always >= 21" |
| errorLine1=" return android.os.Build.VERSION.SDK_INT >= 21;" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/CircleImageView.java"/> |
| </issue> |
| |
| <issue |
| id="ObsoleteSdkInt" |
| message="Unnecessary; `SDK_INT` is never < 21" |
| errorLine1=" && ((android.os.Build.VERSION.SDK_INT < 21 && mTarget instanceof AbsListView)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| 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" |
| errorLine1=" public int[] getColorSchemeColors() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java"/> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java" |
| message="Setter here"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void setColorFilter(ColorFilter colorFilter) {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/CircularProgressDrawable.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public boolean onStartNestedScroll(View child, View target, int axes) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public boolean onStartNestedScroll(View child, View target, int axes) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onNestedScrollAccepted(View child, View target, int axes) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onStopNestedScroll(View target) {" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed," |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public boolean onNestedPreFling(View target, float velocityX," |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public boolean onNestedFling(View target, float velocityX, float velocityY," |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/swiperefreshlayout/widget/SwipeRefreshLayout.java"/> |
| </issue> |
| |
| </issues> |