| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.1.0-alpha02" type="baseline" client="cli" name="Lint" variant="all" version="7.1.0-alpha02"> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 14): `java.time.Duration#ofSeconds`" |
| errorLine1=" val ld = liveData(timeout = Duration.ofSeconds(5)) {" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/test/java/androidx/lifecycle/BuildLiveDataTest.kt" |
| line="105" |
| column="46"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 14): `liveData`" |
| errorLine1=" val ld = liveData(timeout = Duration.ofSeconds(5)) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/test/java/androidx/lifecycle/BuildLiveDataTest.kt" |
| line="105" |
| column="18"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 14): `asLiveData`" |
| errorLine1=" }.asLiveData(timeout = Duration.ofSeconds(5))" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/test/java/androidx/lifecycle/FlowAsLiveDataTest.kt" |
| line="150" |
| column="11"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 26 (current min is 14): `java.time.Duration#ofSeconds`" |
| errorLine1=" }.asLiveData(timeout = Duration.ofSeconds(5))" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/test/java/androidx/lifecycle/FlowAsLiveDataTest.kt" |
| line="150" |
| column="41"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 26; however, the containing class androidx.lifecycle.CoroutineLiveDataKt is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1="): LiveData<T> = CoroutineLiveData(context, timeout.toMillis(), block)" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/CoroutineLiveData.kt" |
| line="470" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 26; however, the containing class androidx.lifecycle.FlowLiveDataConversions is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1="): LiveData<T> = asLiveData(context, timeout.toMillis())" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/FlowLiveData.kt" |
| line="150" |
| column="46"/> |
| </issue> |
| |
| <issue |
| id="NullSafeMutableLiveData" |
| message="Expected non-nullable value" |
| errorLine1=" target.value = value" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/CoroutineLiveData.kt" |
| line="99" |
| column="24"/> |
| </issue> |
| |
| </issues> |