• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Reverse Engineering in IBM Rational Rose

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I could reverse engineer java code using rational rose, but how do we get the complete class/use case dig etc for all the packages !!?

for ex, can we generate use case dig for the complete package at one go?

i am having to drag and drop one class at a time in the use case view...but its a very tedious exercise..

i am using Rose version 7.7.0204.3001.

Thanks in advance!
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reverse engineering is pretty effective for the static model. The tool can understand which classes extend or depend on each other.

They are less good at the dynamic model. I haven't seen anything that does a good job of recreating object interaction or sequence diagrams. Higher level concepts like use cases and actors are just not (necessarily) in the code so I wouldn't expect any success in reversing those.

Reverse engineering often includes WAY too much detail. When making our own models we usually "abstract away" the unimportant details to reveal the important bits and the tools don't know the difference. I'd rather reverse engineer with pencil & paper most times.
 
If you try to please everybody, your progress is limited by the noisiest fool. And this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic