Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Removing deprecated methods from AST/DOM

http://dev.eclipse.org/bugs/show_bug.cgi?id=13625

The deprecated methods are:

ASTNode
      public boolean subtreeEquals(ASTNode other)

ClassInstanceCreation
      public boolean isAnonymousClassDeclaration();
      public void setAnonymousClassDeclaration(boolean hasBody)
      public List bodyDeclarations()

They will be removed for the next build. Please ensure you are NOT using
them anymore.

Olivier



Back to the top