You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
726 B
16 lines
726 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
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`."
|
|
errorLine1=" } catch (ClassNotFoundException"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="external/dagger2/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java"
|
|
line="85"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
</issues>
|