Bug 32701

Summary: Disassembler doesn't show actual modifiers for member types
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Olivier Thomann CLA 2003-02-24 11:49:29 EST
Using RC1, when the member type is private or static, the disassembler doesn't
show it in the modifiers output.
Comment 1 Olivier Thomann CLA 2003-02-24 13:19:43 EST
We need to check if the class is an inner class and gets its modifiers from the
inner info attribute.
Comment 2 Olivier Thomann CLA 2003-02-26 09:06:37 EST
Fixed and released in 2.1 stream.
Comment 3 Olivier Thomann CLA 2003-03-10 12:21:59 EST
Verified on the JDT/core side, but the UI should create a ClassFileReader with 
this flag on IClassFileReader.CLASSFILE_ATTRIBUTES in order to see the "actual" 
modifiers. If the inner info is not read, then the actual modifier is unknown.
Comment 4 Olivier Thomann CLA 2003-03-10 12:22:19 EST
Verified.
Comment 5 Olivier Thomann CLA 2003-03-10 12:26:40 EST
Open bug 34373 against JDT/UI.