!include once #1017229 // Java Parser static CompilationUnit javaParseElement(ParseStart elementType, S java) { JavaParser.getStaticConfiguration().setAttributeComments(false); ret new JavaParser().parse(elementType, Providers.provider(java)); }