Bug 80788 - Interface and annotation member types are implicitiely static
Summary: Interface and annotation member types are implicitiely static
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: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 00:39 EST by Olivier Thomann CLA
Modified: 2004-12-15 20:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2004-12-13 00:39:35 EST
Interface and annotation member types are implicitely static. The .class file
access flag itself doesn't contain the static modifier, but the corresponding
inner info does.
This is missing right now.
Comment 1 Olivier Thomann CLA 2004-12-13 00:40:14 EST
Fixed and released in HEAD.
Regression test added in AnnotationTest.test0099.
Comment 2 Olivier Thomann CLA 2004-12-15 11:31:57 EST
The disassembler needs to be used to check this.
Comment 3 Olivier Thomann CLA 2004-12-15 20:40:39 EST
Verified in 200412160010