Suggest to replace manual range with explicit indices or iterable

#KT-14344 Fixed
This commit is contained in:
KilianCallebaut
2019-03-01 17:23:53 +03:00
committed by Mikhail Glukhikh
parent 8cda5cb849
commit 3451c60f93
17 changed files with 269 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports <b>until</b> and <b>..</b> operator usages that are replaceable with <b>Collection.indices</b>
or iteration over collection inside <b>for</b> loop.</body>
</html>