Bug 106206 - [plan item] Add support for Java SE 6 features
Summary: [plan item] Add support for Java SE 6 features
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: 3.2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2005-08-05 12:43 EDT by Mike Wilson CLA
Modified: 2006-06-06 11:28 EDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wilson CLA 2005-08-05 12:43:16 EDT
Java SE 6 (aka "Mustang") will likely contain improvements to javadoc tags (like @category), classfile 
specification updates, pluggable annotation processing APIs, and new compiler APIs, all of which will 
require specific support. [JDT Core, JDT UI, JDT Text, JDT Debug]
Comment 1 Eugene Kuleshov CLA 2005-11-09 14:11:09 EST
JSR-202 had published updated class file format specification and details on new
verifier. I wonder what are the timeframe for incorporating these new features
into Eclipse Java compiler? Thanks.
Comment 2 Philipe Mulet CLA 2005-11-10 05:35:09 EST
The StackMapTable attribute support is scheduled for 3.2M4 so far.
Also see bug 109980
Comment 3 Philipe Mulet CLA 2006-02-15 06:19:17 EST
The list of participating components should include: JDT APT.
Comment 4 Martin Aeschlimann CLA 2006-06-06 09:41:52 EDT
JDT UI/Text: For 3.2, added '@category' filter to outline, rendering categories in labels.
Comment 5 Mike Wilson CLA 2006-06-06 11:24:10 EDT
Why is this bug still open? Is more work going to be done for R3.2?
Comment 6 Olivier Thomann CLA 2006-06-06 11:28:29 EDT
It was just moved to JDT/Core from JDT/UI.
At the core level, we added the generation of stack map frames. This is done by settings the source, target platform and compliance to 1.6 or 6.0.
Closing as FIXED for 3.2.