blob: 48d3a471a27fca6448e9cb3ac6bdcf35d0972f21 [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="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=" return Objects.equals(myNdkPath, that.myNdkPath) &amp;&amp;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/com/android/tools/idea/navigator/nodes/apk/ndk/NdkSourceNode.java"
line="99"
column="12"/>
</issue>
</issues>