Back to Intellij Community

PointlessIndexOfComparison

java/java-impl/resources/inspectionDescriptions/PointlessIndexOfComparison.html

2025.3-rc-2165 B
Original Source

Reports unnecessary comparisons with .indexOf() expressions. An example of such an expression is comparing the result of .indexOf() with numbers smaller than -1.