blob: 0ac48b610f595fde1b060b795c39df21efac6dfb [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 `id` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" UUID getId() {"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="100"
column="10"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `inputData` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" Data getInputData() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="108"
column="10"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `tags` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" List&lt;String> getTags() {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="116"
column="18"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `runAttemptCount` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" int getRunAttemptCount() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="123"
column="9"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `workerFactory` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" WorkerFactory getWorkerFactory() {"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="140"
column="19"/>
</issue>
</issues>