| marcincinik |
| Newbie |
|
|
|
|
| None Specified |
|
| Thursday, April 4, 2013 |
| Wednesday, June 19, 2013 10:45:55 AM |
5 [0.03% of all post / 0.00 posts per day] |
|
Hello, I have the following problem: I have a project with many packages which were created some time ago as a result of code->model synchronization. In one of models which are generated from my java source (and can be distinguished in the model by the icon with a cup of coffee) I added a new package. I implemented classes from that package manually in my IDE (not doing any automatic synchronization model->source). Now I want to get these changes into my model - synchronize my model to reflected changes I made in the source code, but unfortunately I could not get this to work.
When I choose Menu: Project->Overwrite UModel Project from Program Code, then the synchronization is being run, but at the end, all classes in the mentioned package are not touched, they are not synchronized with the source code at all. In the properties of any class in that package I can see empty code file name and empty file path.
What should I do to bring my source code changes into model ?
|
|
The problem was that instead of adding enumeration literal to an enumeration I was adding property using F7.
|
Hello,
I have create a class diagram where I designed multiple enumerations. Now I am trying to generate source code from the model and I am getting multiple reports such as "Step: type not set", where Step is enumeration literal. I am trying to generate to Java code. In Java enumeration literals have no type (they are neither integer nor string).
|
|
Thanks - it worked great !
|
Hello,
I would like to hide annotations (for java classes) on the class diagram. How to do that ?
Marcin
|
|