[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Incremental GMF code generation not working reliably
|
Hello Kalin,
Code generator uses the following logic to generate the code:
1. Generate file contents
2. Merge it with existing cotents
During the merge process all the methods marked with +AEA-generated will be removed/replaced
by newly generated. +IBwAQA-generated NOT+IB0- methods will stay untouched. The only
one problem I know with this process is: if you remove some mappings and
regenerate the code corresponding classes (marked as +AEA-generated) will not
be removed because nothing will be generated for them on step 1. This problem
should be fixed in future.
All the rest of code generation is mostly stable and works exactly as EMF
code generator. So, if you are experiencing any other problems with generator/code
merging functionality +IBM- do not hesitate to submit steps to reproduce as a
bugzilla request.
-----------------
Alex Shatalin