!7 sbool parseComments; please include function javaParser_makeAllPublic. p { S src = getServerTranspiled2(#1010745); repeat 20 { time "Parsing" { if (!parseComments) JavaParser.getStaticConfiguration().setAttributeComments(false); CompilationUnit cu = javaParseCompilationUnit(src); } time "Visiting" { new javaParser_makeAllPublic_Visitor().visit(cu, null); } time "Pretty printing" { new PrettyPrinterConfiguration ppconf; ppconf.setIndent(" "); ppconf.setPrintComments(false); cu.toString(ppconf); } } }