soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

DomainType name is not displayed in visual editor breadcrumb #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DomainType with a name 'Foo'
2. Open the DomainType in the diagram editor

What is the expected output? What do you see instead?
Expected: The breadcrumb should list '... > DomainType: Foo'
Actual: The breadcrumb lists '... > DomainType'

This is probably because DomainType.name is from EClass.name, not 
NamedElement.name.

Original issue reported on code.google.com by soundasleep on 22 Aug 2011 at 7:20

GoogleCodeExporter commented 9 years ago
Resolved in r3098.

Original comment by soundasleep on 22 Sep 2011 at 2:35