Bug 82236 - JJ: Check UML objects' names if they are reserved words
Summary: JJ: Check UML objects' names if they are reserved words
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 12:48 UTC by Zoltan Bartko
Modified: 2004-07-12 09:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Bartko 2004-05-26 12:48:31 UTC
Version:           current cvs (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.1 
OS:                Linux

when creating UML objects, issue a warning if the name of the object is a reserved word in the current code generation language.
Comment 1 Jonathan Riddell 2004-07-05 17:29:36 UTC
A patch from Heiko Nardmann <heiko.nardmann_AT_onlinehome.de> has added this ability for codegenerators in general and C++ so far.

Now a list of reserved words needs to be added for other languages, this would be a good task for a beginner programmer so marking JJ.
Comment 2 Sebastian Stein 2004-07-12 09:25:03 UTC
fixed in CVS by Heiko Nardmann