[Uml-devel] [ uml-Bugs-674288 ] java string initial value
SourceForge.net
noreply at sourceforge.net
Fri Jan 24 13:11:02 UTC 2003
Bugs item #674288, was opened at 2003-01-24 13:14
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=382951&aid=674288&group_id=24919
Category: Code generation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: java string initial value
Initial Comment:
Hi
When I make a string attribut with a initial value then
it write when I generate the code:
private string name = anonymous
but I suppose the it should be like this:
private String name = "anonymous"
String should begin with a Uppercase letter and the
initial value should be in " ".
and by a method also it should be:
public String getName () {
}
and not public string getName () {
}
cu marius
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=382951&aid=674288&group_id=24919
More information about the umbrello-devel
mailing list