[umbrello] [Bug 386624] New: umbrello does not support 'final' keyword on java imports
Ralf Habacker
bugzilla_noreply at kde.org
Tue Nov 7 20:11:36 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=386624
Bug ID: 386624
Summary: umbrello does not support 'final' keyword on java
imports
Product: umbrello
Version: 2.23.2 (KDE Applications 17.08.2)
Platform: Other
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: importer
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
Importing java methods with 'final' property does not show the 'final' property
inside the uml classifier object.
How to reproduce:
1. Save the following code into a java file
class Test {
public final void finalMethod() {}
}
2. start umbrello
3. Switch active language to java
4. import the saved file
5. Open property of class "Test"
6. Open properties of method finalMethod()
What happens ?
The 'final' property is not shown in the method property dialog
What is expected
The 'final' property should be shown in the method property dialog
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list