Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
devkit
/
resources
/
inspectionDescriptions
/
FileEqualsUsage.html
blob: 11e81ca8f8cdd8910de6f130bd258e380ddfd2a4 [
file
] [
log
] [
blame
]
<html>
<body>
This inspection detects usages of File.equals/hashCode/compareTo methods - which do not honor case-insensitivity on Mac OS X.
Please use FileUtil.filesEquals/fileHashCode/compareFiles methods instead.
</body>
</html>