View previous topic :: View next topic |
Author |
Message |
sbastian
Joined: 07 Jun 2004
Posts: 1
Location: France
|
Posted: Mon Jun 07, 2004 8:32 am Post subject: Is it possible to modify the code that is generated?
|
|
|
Hello all,
I have been playing around with Omondo and so far so good. It's a great tool!
Now I need to customize the code that Omondo generates. For instance, for each class I need to create/update a method that initialises class variables. Is it possible to do that? If yes, is there something similar to EMF (actually JET)? Do you use some kind of templates that I can modify?
Thanks,
Stephane Bastian
http://www.otrix.com
|
|
Back to top |
|
|
julien
Site Admin
Joined: 16 Mar 2003
Posts: 201
|
Posted: Tue Nov 02, 2004 11:19 am Post subject: Re: Is it possible to modify the code that is generated?
|
|
|
At current stage, our plugin relies on the Eclipse JDT code generation templates. For collections and Maps, we add our templates(Preferences->UML->Code generation), but this customization of these templates is reserved for pay customers.
julien
omondo
|
|
Back to top |
|
|
peter
Joined: 20 Feb 2005
Posts: 3
|
Posted: Sun Feb 20, 2005 8:52 am Post subject:
|
|
|
Hello all,
i have a question to the same topic: Why does Omondo creates source for constants like MY_CONST always in lower case letters although i typed it in upper case letters?
if i want to create a variable int myInteger = 1; the genereated code loes like: int integer = 1; This is a problem, if i want to create two variables:
myInteger and yourInteger.
Is this a feature or a bug?
But i agree with sbastian: It's really a great tool!
(i tested others and they had lots of bugs)
I use eclipse Version: 3.0.1
Build id:
and Omondo Version: 2.0.0
Build id:
Thanks,
Peter
|
|
Back to top |
|
|
julien
Site Admin
Joined: 16 Mar 2003
Posts: 201
|
Posted: Mon Feb 21, 2005 12:52 am Post subject:
|
|
|
This issue is already fixed in our source codes. A new build will be available soon.
regards
julien
omondo
|
|
Back to top |
|
|
|