Bug 79110 - [1.5] Missing attribute for local and anonymous classes
Summary: [1.5] Missing attribute for local and anonymous classes
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 15:53 EST by Olivier Thomann CLA
Modified: 2004-12-14 23:09 EST (History)
0 users

See Also:


Attachments
Apply on HEAD on ClassFile (2.90 KB, patch)
2004-11-19 16:30 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2004-11-19 15:53:14 EST
Using latest, the compiler doesn't generate the EnclosingMethod attribute for
local and anonymous classes that can have one.
See JVM specs 4.8.6.
Comment 1 Olivier Thomann CLA 2004-11-19 16:30:41 EST
Created attachment 16021 [details]
Apply on HEAD on ClassFile

With this patch we do generate the EnclosingMethod attribute.
Philippe, please review it.
Comment 2 Olivier Thomann CLA 2004-11-22 13:16:32 EST
Fixed and released in HEAD.
Comment 3 Olivier Thomann CLA 2004-12-14 23:09:21 EST
Verified in 200412140800