All Classes
-
All Classes Interface Summary Class Summary Class Description PmdError Represents one PMD error (usually it will be violation).PmdError.OfConfigError PmdError backed by a ConfigError.PmdError.OfProcessingError PmdError backed by a ProcessingError.PmdError.OfRuleViolation PmdError backed by a RuleViolation.PmdValidator Validates source code with PMD.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.