Louis Pullen-Freilich | 1b57674a | 2019-06-13 19:51:30 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="5" by="lint 3.5.0-beta04" client="gradle" variant="debug" version="3.5.0-beta04"> |
| 3 | |
| 4 | <issue |
| 5 | id="UnknownNullness" |
| 6 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 7 | errorLine1=" public boolean getLatLong(float output[]) {" |
| 8 | errorLine2=" ~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/exifinterface/media/ExifInterface.java" |
| 11 | line="4708" |
| 12 | column="31"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="UnknownNullness" |
| 17 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 18 | errorLine1=" public void setGpsInfo(Location location) {" |
| 19 | errorLine2=" ~~~~~~~~"> |
| 20 | <location |
| 21 | file="src/main/java/androidx/exifinterface/media/ExifInterface.java" |
| 22 | line="4753" |
| 23 | column="28"/> |
| 24 | </issue> |
| 25 | |
| 26 | </issues> |