mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 07:15:01 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
8 lines
238 B
HTML
8 lines
238 B
HTML
<html>
|
|
<body>
|
|
Reports unnecessary comparisons with
|
|
<code>.indexOf()</code> expressions. An example of such an expression
|
|
is comparing the result of <code>.indexOf()</code> with numbers smaller than -1.
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |