[Uml-devel] [Bug 131327] New: java import - importing interfaces - absent visibility treated as package instead of public

JP Fournier jfournier121 at rogers.com
Tue Jul 25 00:59:25 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=131327         
           Summary: java import - importing interfaces - absent visibility
                    treated as package instead of public
           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 565677 (using KDE KDE 3.5.0)
Installed from:    Slackware Packages
Compiler:          gcc 3.4.4 
OS:                Linux

When importing the class below, the methods are tagged as package visible, when they should be public:

public interface Int7{
	void update3();
	void update2();
}




More information about the umbrello-devel mailing list