blob: 6e5c0e12893938ede66ece301498c908797682ec [file] [log] [blame]
<?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 getter should be public such that `onBindEditTextListener` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" @Nullable OnBindEditTextListener getOnBindEditTextListener() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/preference/EditTextPreference.java"
line="161"
column="38"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `valueIndex` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" private int getValueIndex() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/preference/ListPreference.java"
line="244"
column="17"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `valueIndex` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" private int getValueIndex() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/preference/ListPreference.java"
line="244"
column="17"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This method should be called `getShouldUseGeneratedIds` such that `shouldUseGeneratedIds` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" public boolean shouldUseGeneratedIds() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/preference/PreferenceScreen.java"
line="80"
column="20"/>
</issue>
</issues>