Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
StringEqualsEmptyString.html
blob: 5709d55903a8f4983d17e7f2327d70400811644a [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
.equals()
</b>
being called
to compare a String with an empty string. It is normally more performant to test a String for emptiness
by comparing its
<b>
.length()
</b>
to zero instead.
<!-- tooltip end -->
<p>
</body>
</html>