Bug 44292 - IDOMType.setFlags(Flag.AccPublic) when applied to an interface having default visibility produces uncompilable code
Summary: IDOMType.setFlags(Flag.AccPublic) when applied to an interface having default...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-07 07:49 EDT by Vijayan CLA
Modified: 2003-10-13 07:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vijayan CLA 2003-10-07 07:49:31 EDT
When the flag of an interface (having default visibility) is changed to public 
using the API call IDOMType.setFlags(Flag.AccPublic), it produces uncompilable 
code as follows :

interfacpublic interface Interface5129 {

}
Comment 1 Olivier Thomann CLA 2003-10-07 10:31:48 EDT
Fixed and released in HEAD.
Regression test added.
Comment 2 David Audel CLA 2003-10-13 07:49:02 EDT
Verified.