[Uml-devel] [Bug 57005] Class name with .. : error while creating directory for code genration
Luis Carvalho
lpassos at oninetspeed.pt
Tue Nov 4 03:29:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=57005
------- Additional Comments From lpassos at oninetspeed.pt 2003-11-04 12:28 -------
The problem is located in CodeWriter::findFileName().
if the class is associated to a package, the package's name is prepended to the class name and then, all dots are replaced with slashes.
This transformation is correct for a package name, but not for a class name. So, IMHO the replacement of dots with slashes should be done before the package's name is prepended to the class name.
More information about the umbrello-devel
mailing list