summaryrefslogtreecommitdiff
path: root/project-system-gradle-psd/lint_baseline.xml
blob: 5cf0e2eae2dee15616112684665e283b705d76e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-dev">

    <issue
        id="StopShip"
        message="`TODO` call found; points to code which must be fixed prior to release">
        <location
            file="src/com/android/tools/idea/gradle/structure/configurables/ui/buildvariants/productflavors/ProductFlavorsPanel.kt"
            line="171"/>
    </issue>

    <issue
        id="StopShip"
        message="`TODO` call found; points to code which must be fixed prior to release">
        <location
            file="src/com/android/tools/idea/gradle/structure/configurables/ui/buildvariants/productflavors/ProductFlavorsPanel.kt"
            line="182"/>
    </issue>

    <issue
        id="StopShip"
        message="`TODO` call found; points to code which must be fixed prior to release">
        <location
            file="src/com/android/tools/idea/gradle/structure/model/android/PsJarAndroidDependency.kt"
            line="70"/>
    </issue>

    <issue
        id="JbUiStored"
        message="Do not store `JBUI.scale` scaled results in fields; this will not work correctly on dynamic theme or font size changes">
        <location
            file="src/com/android/tools/idea/gradle/structure/configurables/variables/VariablesTable.kt"
            line="114"/>
    </issue>

    <issue
        id="FileComparisons"
        message="Do not compare java.io.File with `equals` or `==`: will not work correctly on case insensitive file systems! See `go/files-howto`.">
        <location
            file="src/com/android/tools/idea/gradle/adtimport/EclipseProject.java"
            line="540"/>
    </issue>

    <issue
        id="FileComparisons"
        message="Do not compare java.io.File with `equals` or `==`: will not work correctly on case insensitive file systems! See `go/files-howto`.">
        <location
            file="src/com/android/tools/idea/gradle/adtimport/ImportSummary.java"
            line="207"/>
    </issue>

    <issue
        id="FileComparisons"
        message="Do not compare java.io.File with `equals` or `==`: will not work correctly on case insensitive file systems! See `go/files-howto`.">
        <location
            file="src/com/android/tools/idea/gradle/structure/model/helpers/InputParsers.kt"
            line="141"/>
    </issue>

</issues>