[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3357) Activate PMD rule UseCollectionIsEmpty: The isEmpty() method on java.util.Collection is provided to see if a collection has any elements. Comparing the value of size() to 0 merely duplicates existing behavior.