### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: dom/org/eclipse/jdt/core/dom/ASTVisitor.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTVisitor.java,v retrieving revision 1.25 diff -u -r1.25 ASTVisitor.java --- dom/org/eclipse/jdt/core/dom/ASTVisitor.java 15 Oct 2008 15:27:16 -0000 1.25 +++ dom/org/eclipse/jdt/core/dom/ASTVisitor.java 5 Oct 2009 10:33:03 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2008 IBM Corporation and others. + * Copyright (c) 2000, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -152,7 +152,6 @@ /** * Visits the given AST node prior to the type-specific visit (before visit). - * This API is still under discussion, see https://bugs.eclipse.org/53024 . *

* The default implementation calls {@link #preVisit(ASTNode)} and then * returns true. Subclasses may reimplement. Index: dom/org/eclipse/jdt/core/dom/NodeFinder.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NodeFinder.java,v retrieving revision 1.2 diff -u -r1.2 NodeFinder.java --- dom/org/eclipse/jdt/core/dom/NodeFinder.java 15 Oct 2008 17:24:40 -0000 1.2 +++ dom/org/eclipse/jdt/core/dom/NodeFinder.java 5 Oct 2009 10:33:03 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2008 IBM Corporation and others. + * Copyright (c) 2000, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -21,7 +21,6 @@ /** * For a given range, finds the covered node and the covering node. - * This API is still under discussion, see https://bugs.eclipse.org/53024 . * * @since 3.5 */