[Uml-devel] [Bug 131006] New: java import - random import order can result in interface being teated as class
JP Fournier
jfournier121 at rogers.com
Tue Jul 18 00:55:06 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=131006
Summary: java import - random import order can result in
interface being teated as class
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 - 563616 (using KDE KDE 3.5.0)
Installed from: Slackware Packages
Compiler: gcc 3.4.4
OS: Linux
steps to reproduce:
- import the class Int3 first
- then import Int1
results:
- Int1 is treated as a class and not an interface
---------------
package test;
public interface Int3{
public void update(Int1 value);
}
-------------------
package test;
public interface Int1{
public void update();
}
More information about the umbrello-devel
mailing list