[Uml-devel] [Bug 130932] New: java import - package visibility incorrectly represented

JP Fournier jfournier121 at rogers.com
Sun Jul 16 18:48:13 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=130932         
           Summary: java import - package visibility incorrectly represented
           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:            svn - 562901 (using KDE KDE 3.5.0)
Installed from:    Slackware Packages
Compiler:          gcc 3.4.4 
OS:                Linux

steps to reproduce:
- with recent svn, import the class below
- drag class to class diagram

problems:
- package visible member vars and methods are incorrect
- visibility of package visible class is tagged as public




package test;


class Pack {

	int one;
	int two;

	Pack() {
	}

	void test() {

	}


}




More information about the umbrello-devel mailing list