Package com.qulice.pmd.rules
package com.qulice.pmd.rules
PMD custom rules.
- Since:
- 0.4
-
ClassesClassDescriptionRule to flag redundant
String.format(...)calls passed as arguments tocom.jcabi.log.Loggermethods.Rule to check plain assertions in JUnit tests.Rule to check that JUnit/TestNG test methods do not contain more than one assertion.Rule to check that JUnit/TestNG test methods contain at least one assertion.Rule to check unnecessary local variables.Rule to flagArrays.asListinvocations that are passed a single non-array argument.Rule to prohibit use of String.length() when checking for empty string.