Bug 58782 - Provide constant for reconcile(NO_AST, ...)
Summary: Provide constant for reconcile(NO_AST, ...)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jim des Rivieres CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 03:38 EDT by Dani Megert CLA
Modified: 2004-05-18 13:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2004-04-16 03:38:23 EDT
HEAD

We can now supply the AST level when calling reconcile. The API says the number
must be positive or no AST will be provided. The code would be more readable if
we can write cu.reconcile(ICompilationUnit.NO_AST, ...) instead of
cu.reconcile(0, ...). For me it would not matter which type provides NO_AST.
Comment 1 Jim des Rivieres CLA 2004-04-19 16:06:31 EDT
Added ICompilationUnit.NO_AST
Comment 2 Jim des Rivieres CLA 2004-04-19 16:07:22 EDT
Release to HEAD.
Comment 3 Olivier Thomann CLA 2004-05-18 13:11:52 EDT
Verified that NO_AST is part of the ICompilationUnit API.
Verified in 200405180816