Moose icon indicating copy to clipboard operation
Moose copied to clipboard

TDependencyQueries>>queryOutgoingDependencies is not metamodel independant

Open NicolasAnquetil opened this issue 4 years ago • 2 comments

implementation is:

queryOutgoingDependencies
	"Associations + typeDeclarations"

	^ self queryAllOutgoing
		addAll: self queryOutgoingTypeDeclarations;
		yourself

which means it supposes their are Type entities and Type declaration properties, ...

NicolasAnquetil avatar Jun 09 '20 17:06 NicolasAnquetil

created #2404 for queryOutgoingTypeDeclarations

NicolasAnquetil avatar Jun 09 '20 17:06 NicolasAnquetil

This method has been modified. Now the code is: queryAllOutgoing ^ self query outgoing dependencies

Should we close this issue?

sbragagnolo avatar Sep 25 '20 08:09 sbragagnolo

Yes we can ;-)

anneetien avatar Aug 25 '22 10:08 anneetien