google-code-export / umple

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

Inaccurate in Error message of the method conflict with default attributes #505

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
class Student
{
  defaulted name = "a";
  String defaultName;
}

What is the expected output? What do you see instead?

Actual: Error on line 4 : Association or attribute can not have same name as 
state machine
Expected: New type of messages

Introduced by code solving issue 501

Original issue reported on code.google.com by ckchan.cs on 9 Feb 2014 at 5:47

GoogleCodeExporter commented 9 years ago
Verified by Miguel G.
This issue was linked to 501 which is now fixed/verified.

Original comment by asopa...@gmail.com on 9 Feb 2014 at 10:10