Bug 97189

Summary: cpp code generator options without effect
Product: [Applications] umbrello Reporter: Henrik Steffien <henrik.steffien>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Henrik Steffien 2005-01-16 22:26:46 UTC
Version:           1.4.0-beta1 (using KDE KDE 3.3.1)
Compiler:          g++ (GCC) 3.3.5 (Debian 1:3.3.5-5) 
OS:                Linux

Hello,

i'm testing the version 1.4.0-beta1 compiled from source tarball (date: 2005-01-15 05:07).
I created a class diagram with one package and two classes and tried some cpp code generation options.
The option for generating accessor methods seems to have no effect. The generator always creates accessor methods. And the option, where the package name is used as cpp namespace, also has no effect. I can't find any namespace definition in the header oder cpp file. The files are placed in a directory named to the package.
Comment 1 Henrik Steffien 2005-01-16 22:45:29 UTC
I have to correct my bug report. The generation of the namespace is working correct. During my tests I compared the 1.4.0 against the 1.3.2. The version 1.3.2 has a lot of problems in the cpp generator. The package and namespace thing isn't working at all.
In version 1.4.0 the namespaces are correctly generated.
Comment 2 Oliver Kellogg 2005-01-16 23:04:25 UTC

*** This bug has been marked as a duplicate of 84739 ***