blob: 88844fdc3970ab91f5551663e392977a6120e9b7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-dev">
<issue
id="StopShip"
message="`TODO` call found; points to code which must be fixed prior to release"
errorLine1=" TODO(&quot;Renaming dimensions&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/gradle/structure/configurables/ui/buildvariants/productflavors/ProductFlavorsPanel.kt"
line="179"
column="13"/>
</issue>
<issue
id="StopShip"
message="`TODO` call found; points to code which must be fixed prior to release"
errorLine1=" if (alsoRenameReferences) TODO(&quot;Renaming references&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/gradle/structure/configurables/ui/buildvariants/productflavors/ProductFlavorsPanel.kt"
line="190"
column="39"/>
</issue>
<issue
id="StopShip"
message="`TODO` call found; points to code which must be fixed prior to release"
errorLine1=" TODO(&quot;NOTE: There is no need to re-index the declared dependency collection. Version is not a part of the key.&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/gradle/structure/model/android/PsJarAndroidDependency.kt"
line="70"
column="7"/>
</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"
errorLine1=" private val iconGap = JBUI.scale(2)"
errorLine2=" ~~~~~">
<location
file="src/com/android/tools/idea/gradle/structure/configurables/variables/VariablesTable.kt"
line="123"
column="30"/>
</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`."
errorLine1=" parsed?.let { rootDir?.resolve(parsed) } == resolved"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/gradle/structure/model/helpers/InputParsers.kt"
line="141"
column="3"/>
</issue>
</issues>