Package com.qulice.pmd.rules
PMD custom rules.
- Since:
- 0.4
-
Class Summary Class Description ProhibitPlainJunitAssertionsRule Rule to check plain assertions in JUnit tests.UnnecessaryLocalRule Rule to check unnecessary local variables.UseStringIsEmptyRule Rule to prohibit use of String.length() when checking for empty string.