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