[umbrello] [Bug 502785] New: Importing classes from C# ignores the namespaces
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon Apr 14 11:00:05 BST 2025
https://bugs.kde.org/show_bug.cgi?id=502785
Bug ID: 502785
Summary: Importing classes from C# ignores the namespaces
Classification: Applications
Product: umbrello
Version: unspecified
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: importer
Assignee: umbrello-devel at kde.org
Reporter: andy at roompeach.com
Target Milestone: ---
BUG: Importing classes from a folder ignores the classes' namespaces.
AS-IS: The imported classes are all put into the root-package, as the namespace
of the class is fully ignored. This results in a useless repository mess, as
everything is put into the root package.
EXPECTED: The imported class should be placed into the real namespace as
defined by the found classes in the .cs files under real namespaces.
This BUG can be related to the other BUG I was posting: the importer seems to
have quite low support on finding (not finding the classes: see my other
BUG#502784) and not-using the namespaces.
Please notice, that in my hard effort to use your tool, I've patched all my
code-base to use the "namespace { }" C# syntax, so your tool is able to find
the classes. Now it finds them, but ignores that namespace, which lefts me with
tons of classes under the root package, which is fully unusable like this.
Thank you,
Andrej
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list