Merge branch '7.0.x' into pmd7-merge-master

This commit is contained in:
Clément Fournier
2022-03-05 11:53:55 +01:00
112 changed files with 308 additions and 1147 deletions

View File

@ -9,7 +9,7 @@ import net.sourceforge.pmd.lang.ecmascript.EcmascriptLanguageModule;
public final class JsParsingHelper extends BaseParsingHelper<JsParsingHelper, ASTAstRoot> {
public static final JsParsingHelper DEFAULT = new JsParsingHelper(Params.getDefaultProcess());
public static final JsParsingHelper DEFAULT = new JsParsingHelper(Params.getDefault());
private JsParsingHelper(Params params) {
super(EcmascriptLanguageModule.NAME, ASTAstRoot.class, params);