[jacorb-bugs] [Bug 930] New: The idl compiler doesn't compile operations of interface if this interface is an alias
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Mon Oct 15 13:23:30 CEST 2012
http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=930
Summary: The idl compiler doesn't compile operations of interface
if this interface is an alias
Product: JacORB
Version: 3.0 RC1
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: IDL compiler
AssignedTo: jacorb-bugs at lists.spline.inf.fu-berlin.de
ReportedBy: ze_corsaire at yahoo.fr
On class InterfaceBody, line 274, just before the ConstrTypeSpec instanceof
test, you should add this:
[code]
if (ts instanceof AliasTypeSpec && ((AliasTypeSpec) ts).originalType()
instanceof ConstrTypeSpec ) {
ts = ((AliasTypeSpec) ts).originalType();
}
[/code]
I don't know when you will right to deliver this item with the fix above,
please can you send me e-mail to inform me about the solving of this issue.
Thanks.
--
Configure bugmail: http://www.jacorb.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the jacorb-bugs
mailing list