d09b20f11d
#KT-40769 Fixed
5 lines
238 B
HTML
5 lines
238 B
HTML
<html>
|
|
<body>
|
|
This inspection reports <b>!collection.isEmpty()/isNotEmpty()</b> or <b>!str.isBlank()/isNotBlank()</b> call can be replaced with <b>collection.isNotEmpty()/isEmpty()</b> or <b>str.isNotBlank()/isBlank()</b>.
|
|
</body>
|
|
</html> |