Book a Demo

Author Topic: IDL reverse engineering  (Read 4835 times)

jnc

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
IDL reverse engineering
« on: March 14, 2013, 02:18:40 am »
I'm currently using EA 10 with MDG Technology add-in for CORBA.
When I perform an Import Source Directory,  I have a problem on all interfaces inheriting from other interfaces in different modules.
While in the idl file, the interface is declared as follows :
Code: [Select]
interface Myinterface: MyModule::OtherInterfaceIn the class diagram, the inherit is only set to
Code: [Select]
OtherInterfaceTherefore, after a code generation from this class diagram, the interface declaration becomes:
Code: [Select]
interface Myinterface: OtherInterface omitting the
Code: [Select]
MyModule:: part and this causes compilation errors.
What shall I do to preserve the inheritance ?

Looking forward to reading you soon


Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: IDL reverse engineering
« Reply #1 on: April 02, 2013, 09:21:52 pm »
Hi

Have you had any luck with your issue since?
I'm due to test the CORBA MDG technology and would be interested in your opinion.
Is this plugin usable for a CORBA project? Which ORB are you using for a forward/reverse engineering

thanks
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com