Book a Demo

Author Topic: More reading material about Code Engineering  (Read 2095 times)

Kim Lillås

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
More reading material about Code Engineering
« on: April 02, 2009, 01:53:40 am »
Hello,
I´m looking for more material about "Code Engineering" in EA (Im a beginner in the subject). The functions, like "synchronize package with code", does not work exactly like I expect them to.
I would like to better understand the functionality, as it sometimes seem almost inconsistent.

As an example, lets consider synchronizing from model to source only.
-I add an attribute "int test1" into a class
-I synchronize
-The attribute has been added to the source

-I remove the "int test1" from the class in the model
-I synchronize
-int test1 is not removed from source

This seems a bit strange to me, as at a first glance I would assume that the source should reflect the changes I did in the model.


Cheers,
Kim Lillås

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: More reading material about Code Engineering
« Reply #1 on: April 02, 2009, 03:45:26 pm »
Look at the options dialog.  On the Attribute/Operations page is the option to prompt when something isn't found in code.