Bug 82236

Summary: JJ: Check UML objects' names if they are reserved words
Product: [Applications] umbrello Reporter: Zoltan Bartko <bartko.zoltan>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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