Package | Description |
---|---|
net.sourceforge.pmd.lang.java.rule.design | |
net.sourceforge.pmd.lang.java.rule.strings |
Modifier and Type | Class and Description |
---|---|
class |
UseCollectionIsEmptyRule
Detect structures like "foo.size() == 0" and suggest replacing them with
foo.isEmpty().
|
Modifier and Type | Class and Description |
---|---|
class |
InefficientEmptyStringCheckRule
This rule finds code which inefficiently determines empty strings.
|
Copyright © 2002-2015 InfoEther. All Rights Reserved.