| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15"> |
| |
| <issue |
| id="BanUncheckedReflection" |
| message="Calling Method.invoke without an SDK check" |
| errorLine1=" mRefreshMethod.invoke(instance);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/sqlite/inspection/RoomInvalidationRegistry.java" |
| line="144" |
| column="21"/> |
| </issue> |
| |
| <issue |
| id="BanUncheckedReflection" |
| message="Calling Method.invoke without an SDK check" |
| errorLine1=" mNotifyDataChangeMethod.invoke(query);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/sqlite/inspection/SqlDelightInvalidation.java" |
| line="66" |
| column="13"/> |
| </issue> |
| |
| <issue |
| id="IgnoreWithoutReason" |
| message="Test is ignored without giving any explanation" |
| errorLine1=" @Ignore" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/sqlite/inspection/test/InvalidationTest.kt" |
| line="92" |
| column="5"/> |
| </issue> |
| |
| </issues> |