[jacorb-bugs] [Bug 930] 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 15:59:29 CEST 2012


http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=930


ze_corsaire at yahoo.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ze_corsaire at yahoo.fr




------- Comment #2 from ze_corsaire at yahoo.fr  2012-10-15 15:59 -------
A simple test case :

Giving a mere.idl as following:

module mere {
        interface iMere {
                boolean isTrue();
        };
};

Giving a fille.idl as following:

#include "mere.idl"
module fille {
        typedef mere::iMere aliasMere;

        interface iFille : aliasMere {
        };
};

Jacorb Compiler generates both stub and skeleton classes wich doesn't compile
with any Java compiler. 

Note : the fix is on the initial description.


-- 
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