Add intention to replace '!isNotEmpty()' to 'isEmpty()'

#KT-30123 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-27 13:22:57 +09:00
committed by Dmitry Gridin
parent 88ee0bf6af
commit 6b35c06d50
8 changed files with 92 additions and 41 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This inspection reports <b>!collection.isEmpty()</b> call can be replaced with <b>collection.isNotEmpty()</b>
This inspection reports <b>!collection.isEmpty()/isNotEmpty()</b> call can be replaced with <b>collection.isNotEmpty()/isEmpty()</b>.
</body>
</html>