[Uml-devel] [Bug 132472] New: java import : spaces in strings cause next member var to be ignored
JP Fournier
jfournier121 at rogers.com
Wed Aug 16 00:29:39 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=132472
Summary: java import : spaces in strings cause next member var to
be ignored
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
importing the class below results in the variable named string3 to be ignored.
public class Test12 {
public String string2 = " a";
public String string3 = "String3";
public String string4 = "String4";
}
More information about the umbrello-devel
mailing list