Book a Demo

Author Topic: Updating model after local refactoring  (Read 2210 times)

baegsi

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Updating model after local refactoring
« on: October 23, 2004, 09:27:27 am »
Hi there,

I'm evaluating EA, and have to say what I've been seen so far is really impressive considering the affordable price!

I've one question regarding reverse engeneering: let's say, I created a model and generated the (Java) sources. Some time later, I'm refactoring one class by moving it to a different package, e.g.

before: a.b.Class, after refactoring => a.Class

Now, when I want to refelect these changes in my model, I choose "Synchronized package contents". But this does not consider my local changes.

So far I only could do this manually by 1.- importing the new a.Class (Project->...->import java file) and 2.- deleting the non-existing a.b.Class

Is it possible to do this automatically? Am I missing something?

Thanks