google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Can't define multiple variables in one declaration #518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Define multiple variables in one declaration.

[Example]

class A
{
  Integer x,y;
}

What is the expected output? What do you see instead?
Not parsed. Treated as an extra code.

Original issue reported on code.google.com by hjam...@gmail.com on 21 Feb 2014 at 3:31

GoogleCodeExporter commented 9 years ago
This would be extremely easy to do; at one point I thought it had been done 
Good task for a beginner.

Original comment by TimothyCLethbridge on 21 Mar 2014 at 6:24

GoogleCodeExporter commented 9 years ago
This can be done by a student

Original comment by TimothyCLethbridge on 12 May 2014 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by asopa...@gmail.com on 12 May 2014 at 5:32

GoogleCodeExporter commented 9 years ago
This is actually a duplicate of issue 355

Original comment by TimothyCLethbridge on 5 Sep 2014 at 3:02