intellij-postfix-templates icon indicating copy to clipboard operation
intellij-postfix-templates copied to clipboard

.isNotEmpty is not working

Open huoxudong125 opened this issue 3 years ago • 1 comments

when there is a ArrayList<> variable as a can't use .isNotEmpty to finish ColletionUtils.isNotEmpty(a)

huoxudong125 avatar Apr 30 '21 03:04 huoxudong125

Make sure that class org.apache.commons.collections4.CollectionUtils is in your class path and .isNotEmpty postfix template is enabled

cassiuscai avatar Jun 06 '21 12:06 cassiuscai