Pedro Loureiro | b3210fa | 2021-02-25 15:31:41 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0"> |
| 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
| 6 | message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`." |
| 7 | errorLine1=" } catch (ClassNotFoundException" |
| 8 | errorLine2=" ^"> |
| 9 | <location |
Aurimas Liutikas | 4ac6123 | 2021-05-12 21:55:32 +0000 | [diff] [blame] | 10 | file="external/dagger2/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java" |
| 11 | line="85" |
Pedro Loureiro | b3210fa | 2021-02-25 15:31:41 +0000 | [diff] [blame] | 12 | column="14"/> |
| 13 | </issue> |
| 14 | |
| 15 | </issues> |