Bug 32701 - Disassembler doesn't show actual modifiers for member types
Summary: Disassembler doesn't show actual modifiers for member types
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 11:49 EST by Olivier Thomann CLA
Modified: 2003-03-10 12:26 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 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.