mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
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> |