forked from phoedos/pmd
Merge pull request #4803 from adangel:issue-3903-reporting-package
[core] Consolidate n.s.pmd.reporting package #4803
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
package net.sourceforge.pmd.lang.vf.rule;
|
||||
|
||||
import net.sourceforge.pmd.RuleContext;
|
||||
import net.sourceforge.pmd.lang.ast.Node;
|
||||
import net.sourceforge.pmd.lang.rule.AbstractRule;
|
||||
import net.sourceforge.pmd.lang.vf.ast.VfParserVisitor;
|
||||
import net.sourceforge.pmd.reporting.RuleContext;
|
||||
|
||||
public abstract class AbstractVfRule extends AbstractRule implements VfParserVisitor {
|
||||
|
||||
|
@@ -12,11 +12,11 @@ import java.util.List;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import net.sourceforge.pmd.Report;
|
||||
import net.sourceforge.pmd.RuleViolation;
|
||||
import net.sourceforge.pmd.lang.rule.Rule;
|
||||
import net.sourceforge.pmd.lang.vf.VFTestUtils;
|
||||
import net.sourceforge.pmd.lang.vf.ast.VfParsingHelper;
|
||||
import net.sourceforge.pmd.reporting.Report;
|
||||
import net.sourceforge.pmd.reporting.RuleViolation;
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
|
||||
class VfUnescapeElTest extends PmdRuleTst {
|
||||
|
Reference in New Issue
Block a user