Fix some details

This commit is contained in:
Clément Fournier
2023-02-04 19:53:38 +01:00
parent ef365cd9aa
commit 7a31f67ee5
7 changed files with 31 additions and 17 deletions

View File

@ -70,7 +70,7 @@ public final class EcmascriptParser implements net.sourceforge.pmd.lang.ast.Pars
}
}
}
tree.setAstInfo(new AstInfo<>(task, tree, suppressMap));
tree.setAstInfo(new AstInfo<>(task, tree).withSuppressMap(suppressMap));
return tree;
}