Book a Demo

Author Topic: Duplicate operation after reverse engineering Java  (Read 3265 times)

struesda

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Duplicate operation after reverse engineering Java
« on: February 06, 2004, 01:51:23 pm »
When reversing a java class with a method:

protected GenericRecordCollection retrieveDetailsForOrder(int pToOrderId) throws OrderException

which was changed from public to protected

the corresponding class in EA has an additional operation added for the protected method - but the pre-existing public version is not removed - even though my preferences are set to 'On Syncronize, delete model methods not in code'

I am using EA 3.60.656

Any idea why this is happening?  Can it be fixed?

Thanks,
  Steve Truesdale

benc

  • EA Administrator
  • EA User
  • *****
  • Posts: 200
  • Karma: +0/-0
    • View Profile
Re: Duplicate operation after reverse engineering
« Reply #1 on: February 10, 2004, 09:40:51 pm »
Hi Steve,

I've tried to duplicate this behaviour using your example method and a simple java class. It seems to be working ok- the existing method gets updated with protected scope in the model ...

Is it possible you could send us a small example source file that isolates this problem (mail to [email protected]). If you can provide the detailed steps you took in the mail,  we'll try to get this resolved promptly.

Regards,
Ben