Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
PointlessIndexOfComparison.html
blob: 30bcd44a15377ac401bf7b349947255632733e36 [
file
] [
log
] [
blame
]
<html>
<body>
Reports pointless comparison with
<b>
.indexOf()
</b>
expression. An example of such an expression
is comparing the result of
<b>
.indexOf()
</b>
with numbers less than -1.
<!-- tooltip end -->
<p>
</body>
</html>