| Louis Pullen-Freilich | 8ad38ba | 2019-06-10 16:33:44 +0100 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright 2019 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | <issues format="5" by="lint 3.5.0-beta04" client="gradle" variant="debug" version="3.5.0-beta04"> |
| 19 | |
| 20 | <issue |
| 21 | id="LambdaLast" |
| 22 | message="Functional interface parameters (such as parameter 1, "owner", in androidx.lifecycle.AbstractSavedStateVMFactory.AbstractSavedStateVMFactory) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions" |
| 23 | errorLine1=" @Nullable Bundle defaultArgs) {" |
| 24 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 25 | <location |
| 26 | file="src/main/java/androidx/lifecycle/AbstractSavedStateVMFactory.java" |
| 27 | line="51" |
| 28 | column="13"/> |
| 29 | </issue> |
| 30 | |
| 31 | <issue |
| 32 | id="LambdaLast" |
| 33 | message="Functional interface parameters (such as parameter 2, "owner", in androidx.lifecycle.SavedStateVMFactory.SavedStateVMFactory) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions" |
| 34 | errorLine1=" @Nullable Bundle defaultArgs) {" |
| 35 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 36 | <location |
| 37 | file="src/main/java/androidx/lifecycle/SavedStateVMFactory.java" |
| 38 | line="117" |
| 39 | column="13"/> |
| 40 | </issue> |
| 41 | |
| 42 | </issues> |