Moose
Moose copied to clipboard
TDependencyQueries>>queryOutgoingDependencies is not metamodel independant
implementation is:
queryOutgoingDependencies
"Associations + typeDeclarations"
^ self queryAllOutgoing
addAll: self queryOutgoingTypeDeclarations;
yourself
which means it supposes their are Type entities and Type declaration properties, ...
created #2404 for queryOutgoingTypeDeclarations
This method has been modified. Now the code is: queryAllOutgoing ^ self query outgoing dependencies
Should we close this issue?
Yes we can ;-)