Book a Demo

Author Topic: create all dependencies reverse engineering  (Read 2253 times)

armin

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
  • mission possible
    • View Profile
create all dependencies reverse engineering
« on: March 12, 2009, 08:04:26 pm »
Hi,

When I reverse engineer my java classes I would like to see any existing dependency between classes in my model. Dependencies caused by members, method parameter types and return types are visible. Is there also a possibility to automaticly create dependencies caused by method implementation (local variables)?

Thanx Armin

Matt Edwards

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: create all dependencies reverse engineering
« Reply #1 on: March 13, 2009, 12:44:28 am »
Absolutely. And if not at reverse-engineering time, a separate analysis tool built into the application could serve the same purpose, creating the appropriate links (associations) everywhere classes of a given type are cross referenced.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: create all dependencies reverse engineering
« Reply #2 on: March 13, 2009, 09:22:15 am »
Quote
Is there also a possibility to automaticly create dependencies caused by method implementation (local variables)?

Not built into EA.