blob: cf790c24682fbefdd9dbe9daddc0a96fc476648e [file] [log] [blame]
Pedro Loureiro299000a2021-02-25 15:31:41 +00001<?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
10 file="external/dagger2/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java"
11 line="85"
12 column="14"/>
13 </issue>
14
15</issues>