Bug 106206

Summary: [plan item] Add support for Java SE 6 features
Product: [Eclipse Project] JDT Reporter: Mike Wilson <Mike_Wilson>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P4 CC: bmiller, ciukes, daniel_megert, eclipse, ekuleshov, goerge, gunnar, mlists, nikolaymetchev, philippe_mulet
Version: 3.1Keywords: plan
Target Milestone: 3.2   
Hardware: All   
OS: All   
Whiteboard:

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.