|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.jsp.ast.JspParserVisitorAdapter
net.sourceforge.pmd.jsp.rules.AbstractJspRule
net.sourceforge.pmd.jsp.rules.DuplicateJspImports
Field Summary |
Fields inherited from class net.sourceforge.pmd.jsp.rules.AbstractJspRule |
description, example, externalInfoUrl, include, message, name, priority, properties, ruleSetName, usesDFA |
Fields inherited from interface net.sourceforge.pmd.Rule |
LOWEST_PRIORITY, PRIORITIES |
Constructor Summary | |
DuplicateJspImports()
|
Method Summary | |
void |
apply(java.util.List acus,
RuleContext ctx)
|
java.lang.Object |
visit(ASTJspDirectiveAttribute node,
java.lang.Object data)
|
Methods inherited from class net.sourceforge.pmd.jsp.rules.AbstractJspRule |
addProperties, addProperty, addViolation, addViolation, addViolation, addViolationWithMessage, equals, getBooleanProperty, getDescription, getDoubleProperty, getExample, getExternalInfoUrl, getIntProperty, getMessage, getName, getPriority, getPriorityName, getProperties, getRuleSetName, getStringProperty, hashCode, hasProperty, include, setDescription, setExample, setExternalInfoUrl, setInclude, setMessage, setName, setPriority, setRuleSetName, setUsesDFA, usesDFA, visitAll |
Methods inherited from class net.sourceforge.pmd.jsp.ast.JspParserVisitorAdapter |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DuplicateJspImports()
Method Detail |
public void apply(java.util.List acus, RuleContext ctx)
apply
in interface Rule
apply
in class AbstractJspRule
public java.lang.Object visit(ASTJspDirectiveAttribute node, java.lang.Object data)
visit
in interface JspParserVisitor
visit
in class JspParserVisitorAdapter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |