aboutsummaryrefslogtreecommitdiff
path: root/lint-baseline.xml
blob: cf790c24682fbefdd9dbe9daddc0a96fc476648e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>