Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Code cleanup



JDT Core wants to remove the following methods (that have been deprecated
for several builds now) for next integration build:
- AST#parseCompilationUnit(ICompilationUnit,boolean,WorkingCopyOwner) (use
ASTParser instead)
- ICompilationUnit#reconcile(boolean, IProgressMonitor) (use
reconcile(boolean, boolean, WorkingCopyOwner, IProgressMonitor) instead)

However JDT UI and JDT DEBUG are still using those. Could you please change
your code to use the replacement methods?

Thanks
Jerome



Back to the top