align StaticJavaParser and SourceRoot parser config APIs (original) (raw)
ParserConfiguration pc1 = StaticJavaParser.getConfiguration(); ParserConfiguration pc2 = new SourceRoot(...).getParserConfiguration();
Perhaps call them both getParserConfiguration() (would imply an update to this javaparser-visit book and git repo).