Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
StringEquality.html
blob: 0a4cc9ba35783eebeb327f6ad8157a6229438041 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any use of
<b>
==
</b>
to test for String equality,
rather than the
<b>
".equals()"
</b>
method.
<!-- tooltip end -->
<p>
</body>
</html>