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.
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.
*** This bug has been marked as a duplicate of 84739 ***