[Uml-devel] [Bug 83446] Can't have two classes in different packages named the same
Anthony Parent
tonyp at pegasusda.com
Thu Jun 17 15:16:10 UTC 2004
------- 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=83446
------- Additional Comments From tonyp pegasusda com 2004-06-17 21:56 -------
Because of issues documented in bug #83448 I can't move the class in the global namespace into a sub package. However, if I create a new class of a different name in a sub-package, then attempt to create a class of the same name in a different sub-package, it works.
It shouldn't matter what the package path is however. I should be able to create a class in any package that doesn't already have a class of that name. Foo::bar is not the same as ::bar or Foo::Foo2::bar
More information about the umbrello-devel
mailing list