[umbrello] [Bug 373382] Java import crashes on importing enums
Ralf Habacker
bugzilla_noreply at kde.org
Wed Dec 7 12:43:55 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=373382
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
The problem is that the importer creates UMLClassifier objects on any unknown
parsed type e.g. at parsing setEnum(Test.AnEnum.ValueA) it creates an
UMLClassifier AnEnum in the package Test. On parsing the real definition (in
test.java) later it tries to use the UMLClassifier as UMLEnum which fails.
In version 2.15.3 the type mismatch let umbrello completly ignore importing the
enum which is not better.
Note: A similar issue related to importing an object which turns out later to
be a package has been fixed with bug 336012.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list