[Uml-devel] Code generation

Jonathan Riddell jr at jriddell.org
Fri Nov 19 09:21:00 UTC 2004


On Fri, Nov 19, 2004 at 07:55:52AM +0000, jp RITZ wrote:

> I think that umbrello is a very good tool.
> I have a question about the code generation. Is it planed that the code code
> generation will over write only the code created by umbrello and that we can
> add code in function and regenarate code without losing the code add with
> hand. This mean that umbrello add some tag and reconize them when code
> generating.
> Is such of possibility planed because it will be very powerfull to this.
> thank for your answer.

The entry for this is
 http://bugs.kde.org/show_bug.cgi?id=53382

currently nobody is working on Umbrello in this area.

With C++ and Java Code generators you can fill in method bodies before
generating code, but you can't import method bodies so syncing to
files on disk is not possible.

It would basicly require major work to make a code import framework
that can import bodies and to make code importers for all the various
languages.  It should be possible to reuse what KDevelop already have
but so far there's not been an obvious "correct" way to do it.

Jonathan Riddell




More information about the umbrello-devel mailing list