Merge branch '7.0.x' into analysis-listener

This commit is contained in:
Clément Fournier
2021-12-16 16:31:50 +01:00
534 changed files with 23608 additions and 7441 deletions

View File

@@ -1,4 +1,4 @@
/**
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
@@ -21,5 +21,4 @@ public abstract class AbstractVfRule extends AbstractRule implements VfParserVis
public void apply(Node target, RuleContext ctx) {
target.acceptVisitor(this, ctx);
}
}