Summary: | Importing classes from C# ignores the namespaces | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | andy |
Component: | importer | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | okellogg |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | ae1a2f414954e3c598ee945cc298d0bdc5b285bd | Version Fixed In: | 25.07.70 |
Sentry Crash Report: |
Description
andy
2025-04-14 10:00:05 UTC
(In reply to andy from comment #0) > EXPECTED: The imported class should be placed into the real namespace as > defined by the found classes in the .cs files under real namespaces. Placing the classes into their real namespaces means: there should be created a "Package" under which the class is placed. umbrello/codeimport/csvalaimportbase.cpp : Adopted improvements from javaimport.cpp which happened since 2012. |