Cleanup
This commit is contained in:
@ -8,7 +8,6 @@ import java.util.List;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
import net.sourceforge.pmd.lang.vf.ast.ASTAttribute;
|
||||
import net.sourceforge.pmd.lang.vf.ast.ASTCompilationUnit;
|
||||
import net.sourceforge.pmd.lang.vf.ast.ASTElExpression;
|
||||
import net.sourceforge.pmd.lang.vf.ast.ASTElement;
|
||||
import net.sourceforge.pmd.lang.vf.ast.ASTUnparsedText;
|
||||
@ -31,12 +30,6 @@ public class VfUnescapeElRule extends AbstractVfRule {
|
||||
private static final String APEX_SELECT_OPTION = "apex:selectoption ";
|
||||
private static final String FALSE = "false";
|
||||
|
||||
@Override
|
||||
public Object visit(ASTCompilationUnit node, Object data) {
|
||||
// TODO Auto-generated method stub
|
||||
return super.visit(node, data);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object visit(ASTElement node, Object data) {
|
||||
if (doesTagSupportEscaping(node)) {
|
||||
|
Reference in New Issue
Block a user