Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Released new API in ASTRewrite


New API has been added to org.eclipse.jdt.core.dom.rewrite.ListRewrite
        public final ASTNode createMoveTarget(ASTNode first, ASTNode last, ASTNode replacingNode, TextEditGroup editGroup)

See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=91938 for details. API addition was approved by PMC.

Updated build notes as well.

Martin

Back to the top