Add intention to replace '!isNotEmpty()' to 'isEmpty()'
#KT-30123 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
88ee0bf6af
commit
6b35c06d50
@@ -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>
|
||||
Reference in New Issue
Block a user