Book a Demo

Author Topic: Problem Regenerating source code from Model  (Read 3606 times)

stevo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Problem Regenerating source code from Model
« on: July 31, 2002, 12:37:33 am »
Hi,

I am a new user of EA, working with version 3.1.0 Build 491.

I have a problem when trying to re-generate code from the model. This is the procedure I follow:

In a first step I draw a class in my diagram and I define a method that receives an "int" attribute.

I generate my code and it is ok, then I began coding in the source. Later I realise that I want to Change the attribute type to String, I change it in my model and then I regenerate the code, the result is a new method that receives an String, instead of the modification of my old method as I am expecting. I get the same result when I try to add a new attribute to my method.

Is this a bug from this version?, or I must configure something somewhere to avoid this?.

Thanks a million, chers,
Stevo.

Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Problem Regenerating source code from Model
« Reply #1 on: July 31, 2002, 08:14:37 am »
Retry with the latest build, since many code engineeering issues were fixed recently.

What language are you talkin about (Java, C++, ...)?

Mike

stevo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Problem Regenerating source code from Model
« Reply #2 on: July 31, 2002, 11:23:55 pm »
Hi, thanks, I will try to get last build to see if it works fine, is this working fine for everyone else?.

I am using java.

Stevo.

stevo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Problem Regenerating source code from Model
« Reply #3 on: August 01, 2002, 03:45:09 am »
I have the same problem with build 500, apparently it was not corrected.

Stevo.