public class DuplicateJspImports extends AbstractJspRule
LOWEST_PRIORITY, PRIORITIES| Constructor and Description |
|---|
DuplicateJspImports() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(java.util.List acus,
RuleContext ctx)
Apply this rule to the given collection of compilation units, using the
given context.
|
java.lang.Object |
visit(ASTJspDirectiveAttribute node,
java.lang.Object data) |
addViolation, addViolation, addViolation, addViolationWithMessage, setUsesTypeResolution, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitAlladdExample, addProperties, addProperty, addRuleChainVisit, asFixedMap, asFixedMap, end, equals, getBooleanProperties, getBooleanProperty, getBooleanProperty, getDescription, getDoubleProperties, getDoubleProperty, getDoubleProperty, getExample, getExamples, getExternalInfoUrl, getIntProperties, getIntProperty, getIntProperty, getMessage, getName, getPriority, getPriorityName, getProperties, getRuleChainVisits, getRuleClass, getRuleSetName, getSince, getStringProperties, getStringProperty, getStringProperty, getTypeProperties, getTypeProperty, hashCode, hasProperty, include, propertiesByName, propertyDescriptorFor, setDescription, setExternalInfoUrl, setInclude, setMessage, setName, setPriority, setProperties, setProperty, setRuleClass, setRuleSetName, setSince, setUsesDFA, start, usesDFA, usesRuleChain, usesTypeResolutionpublic void apply(java.util.List acus,
RuleContext ctx)
Ruleapply in interface Ruleapply in class AbstractJspRulepublic java.lang.Object visit(ASTJspDirectiveAttribute node, java.lang.Object data)
visit in interface JspParserVisitorvisit in class AbstractJspRule