Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Finder Milestone-4.7
New issue 802 by tudor.gi...(a)gmail.com: The MetaBrowser spawns an error
when wanting to browse the implementation of a property
http://code.google.com/p/moose-technology/issues/detail?id=802
browser := MooseMetaExplorer new browser.
browser openOn: MooseModel meta.
(browser pane port: #entityToSelect) value: FAMIXClass mooseDescription.
(browser pane port: #propertyToSelect) value: FAMIXClass mooseDescription
allComplexAttributes anyOne.
Then switch to the second pane and press Command+b.