Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2020-07-17 16:12:06 +02:00
79 changed files with 5252 additions and 527 deletions

View File

@ -85,10 +85,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
@ -100,11 +96,6 @@
<artifactId>pmd-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-lang-test</artifactId>

View File

@ -38,7 +38,6 @@ public abstract class AbstractEcmascriptRule extends AbstractRule
return new EcmascriptParserOptions(this);
}
@Override
public void apply(Node target, RuleContext ctx) {
((EcmascriptNode<?>) target).jjtAccept(this, ctx);