[Uml-devel] [Bug 132657] New: java import - static member vars ignored in interfaces

JP Fournier jfournier121 at rogers.com
Sat Aug 19 20:12:15 UTC 2006


------- 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=132657         
           Summary: java import - static member vars ignored in interfaces
           Product: umbrello
           Version: unspecified
          Platform: Slackware Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: jfournier121 rogers com


Version:           1.5.4+ : svn 571261 (using KDE KDE 3.5.0)
Installed from:    Slackware Packages
Compiler:          gcc 
OS:                Linux

In java, interfaces can contain public static member vars.
Importing the class below into umbrello results in the loss of the member vars:



public interface StaticInterface {

	public static final String val1 = "hey";

	public void aMethod();



}




More information about the umbrello-devel mailing list