Bug 103084 - Support the AST.JLS3 (1.5) parsing
Summary: Support the AST.JLS3 (1.5) parsing
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 17:10 EDT by Gili Mendel CLA
Modified: 2011-06-13 11:38 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gili Mendel CLA 2005-07-07 17:10:48 EDT
Bug 76944 made VE tolerate a 1.5 environment.

We need to fully support a JLS3 AST tree.
Comment 1 Gili Mendel CLA 2005-11-16 10:56:12 EST
Philippe, VE currently use JLS2 when parsing (which is marked @deprecated).

Is the JLS2 level still going to work when 3.2 is out? i.e., is there the
intention to remove this function in 3.2?
Comment 2 Philipe Mulet CLA 2005-11-16 11:50:46 EST
JLS2 will never go away. No breaking API change is allowed as we move forward.
Now, JLS2 will never support 1.5 either...
Comment 3 Gili Mendel CLA 2005-11-16 13:48:12 EST
Great.  Though it does not support 1.5, it is doing a great job on ignoring it.