blob: 147f1372ea915e73c6a7f435acd95b113f0a6bfa [file] [log] [blame]
Pedro Loureirob3210fa2021-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
Aurimas Liutikas3c400992021-05-17 17:41:41 +000010 file="external/dagger2/java/dagger/hilt/android/internal/testing/EarlySingletonComponentCreator.java"
11 line="33"
12 column="14"/>
13 </issue>
14
15 <issue
16 id="NewApi"
17 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`."
18 errorLine1=" } catch (ClassNotFoundException"
19 errorLine2=" ^">
20 <location
21 file="external/dagger2/java/dagger/hilt/android/internal/testing/TestComponentDataSupplier.java"
22 line="35"
Pedro Loureirob3210fa2021-02-25 15:31:41 +000023 column="14"/>
24 </issue>
25
26</issues>