| Class | Description |
|---|---|
| AbstractInefficientZeroCheck |
This is an abstract rule for patterns which compare a method invocation to 0.
|
| AbstractJavaMetricsRule |
Java Rule with convenient visit methods to e.g.
|
| AbstractJavaRule | |
| AbstractJUnitRule | |
| AbstractLombokAwareRule |
Base class for rules, that should ignore classes/fields that are annotated
with Lombok annotations.
|
| AbstractPoorMethodCall |
Detects and flags the occurrences of specific method calls against an
instance of a designated class.
|
| AbstractStatisticalJavaRule | |
| GenericLiteralCheckerRule |
This class allow to match a Literal (most likely a String) with a regex
pattern.
|
| JavaRuleChainVisitor | |
| JavaRuleViolation |
This is a Java RuleViolation.
|
| JavaRuleViolationFactory | |
| StringConcatenationRule | |
| SymbolTableTestRule | |
| UselessAssignment |
Copyright © 2002–2018 PMD. All rights reserved.