[Uml-devel] Java code generation bugs
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Sat Jan 25 12:34:04 UTC 2003
Hi,
Just so someone else doesnt leap on fixing this while Im hacking
on the javacodegenorator... I want to mention that Im aware of these
(and other) problems with the javacodegenorator.
My upcoming patch for the javacodegenerator will fix this.
-b.t.
On Saturday 25 January 2003 03:12 pm, uml-devel-request at lists.sourceforge.net wrote:
> 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 () {
>
> }
More information about the umbrello-devel
mailing list