blob: 40630322e67bf522e41d8979b6f54c3361c0d906 [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="The getter return type (`PropertyValuesHolder[]`) and setter parameter type (`PropertyValuesHolder...`) getter and setter methods for property `values` 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 PropertyValuesHolder[] getValues() {"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ValueAnimator.java"
line="520"
column="35"/>
<location
file="src/main/java/androidx/animation/ValueAnimator.java"
line="499"
column="17"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 4, &quot;evaluator&quot;, in androidx.animation.ObjectAnimator.ofMultiInt) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;T> evaluator, @NonNull T... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ObjectAnimator.java"
line="386"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 4, &quot;evaluator&quot;, in androidx.animation.ObjectAnimator.ofMultiFloat) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;T> evaluator, @NonNull T... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ObjectAnimator.java"
line="601"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.ObjectAnimator.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator evaluator, @NonNull Object... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ObjectAnimator.java"
line="632"
column="47"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.ObjectAnimator.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull V... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ObjectAnimator.java"
line="689"
column="13"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 4, &quot;evaluator&quot;, in androidx.animation.ObjectAnimator.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;V> evaluator, @NonNull V... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ObjectAnimator.java"
line="725"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofMultiInt) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;V> evaluator, @NonNull V... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="247"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofMultiInt) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull Keyframe... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="272"
column="13"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofMultiFloat) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;V> evaluator, @NonNull V... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="378"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofMultiFloat) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull Keyframe... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="404"
column="13"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 2, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator evaluator, @NonNull Object... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="428"
column="47"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 2, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull TypeEvaluator&lt;V> evaluator, @NonNull V... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="481"
column="50"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 3, &quot;evaluator&quot;, in androidx.animation.PropertyValuesHolder.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull T... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/PropertyValuesHolder.java"
line="516"
column="13"/>
</issue>
<issue
id="LambdaLast"
message="Functional interface parameters (such as parameter 1, &quot;evaluator&quot;, in androidx.animation.ValueAnimator.ofObject) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
errorLine1=" @NonNull Object... values) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/animation/ValueAnimator.java"
line="391"
column="13"/>
</issue>
</issues>