Author Topic: Diagrams in Reverse Engineering  (Read 3545 times)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Diagrams in Reverse Engineering
« on: May 08, 2009, 12:57:11 am »
Hi!


To my mind this is almost a bug, but let's rather call it a feature request.

When reverse-engineering code you get the option of creating a logical diagram per Package. That's cool.

Except there are some languages which in EA are implemented using Classes where you would expect a Package. Two perfect examples: IDL (<<idlModule>> is a Class) and Ada (<<adapackage>> is a Class).

Checking the Logical Diagram box thus results in diagrams that are frickin' huge and of no use to man or beast.

Would it be possible to get the reverse-engineering thing to create the diagrams inside the outer Classes instead for languages like these?

Cheers,


/Uffe
My theories are always correct, just apply them to the right reality.

Kevin G. Watson

  • EA User
  • **
  • Posts: 217
  • Karma: +0/-0
  • I love EVERYTHING including Microsoft
    • View Profile
Re: Diagrams in Reverse Engineering
« Reply #1 on: June 05, 2009, 10:09:26 am »
Lets hope . . . tho really you ought to use a package diagram as the default (Ea Seems to have inherited 'da ole ways. reverse engineering doesn't organise what it manages to extract;)

Class Diagrams are an organised view, Package Diagrams need not be organised.  which kinda side steps Your Request

Kevin [smiley=2vrolijk_08.gif] [smiley=bath.gif]

Kevin G. Watson

  • EA User
  • **
  • Posts: 217
  • Karma: +0/-0
  • I love EVERYTHING including Microsoft
    • View Profile
Re: Diagrams in Reverse Engineering
« Reply #2 on: June 05, 2009, 10:17:24 am »
Sorry; forgot helpfullish bit

Have you thought of transforming the RE material, prior to actually importing into your model... much the way you transform bits to Ada or DDL.

I've no idea how hard that is.. but