This inspection reports
!collection.isEmpty()/isNotEmpty()
call can be replaced with
collection.isNotEmpty()/isEmpty()
.