| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright 2019 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <issues format="5" by="lint 3.5.0-beta04" client="gradle" variant="debug" version="3.5.0-beta04"> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="This method should be called `getCircleColor` such that `circleColor` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes" |
| errorLine1=" public int getDefaultCircleColor() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/CircledImageView.java" |
| line="545" |
| column="16"/> |
| </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/wear/widget/CircularProgressLayout.java" |
| line="348" |
| column="18"/> |
| <location |
| file="src/main/java/androidx/wear/widget/CircularProgressLayout.java" |
| line="339" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="The getter return type (`float`) and setter parameter type (`int`) getter and setter methods for property `dotSpacing` 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 float getDotSpacing() {" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="208" |
| column="18"/> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="217" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="The getter return type (`float`) and setter parameter type (`int`) getter and setter methods for property `dotRadius` 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 float getDotRadius() {" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="229" |
| column="18"/> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="238" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="The getter return type (`float`) and setter parameter type (`int`) getter and setter methods for property `dotRadiusSelected` 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 float getDotRadiusSelected() {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="251" |
| column="18"/> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/PageIndicatorView.java" |
| line="260" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="This method should be called `setAutoPeekEnabled` such that (along with the `isAutoPeekEnabled` getter) Kotlin code can access it as a property (`autoPeekEnabled`); see https://android.github.io/kotlin-guides/interop.html#property-prefixes" |
| errorLine1=" public void setIsAutoPeekEnabled(boolean canAutoPeek) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/WearableDrawerView.java" |
| line="394" |
| column="17"/> |
| </issue> |
| |
| <issue |
| id="KotlinPropertyAccess" |
| message="This method should be called `setLocked` such that (along with the `isLocked` getter) Kotlin code can access it as a property (`locked`); see https://android.github.io/kotlin-guides/interop.html#property-prefixes" |
| errorLine1=" public void setIsLocked(boolean locked) {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/widget/drawer/WearableDrawerView.java" |
| line="413" |
| column="17"/> |
| </issue> |
| |
| </issues> |