We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ed080 + ff23cdc commit 8a75483Copy full SHA for 8a75483
Moose-Blueprint-Models/CBClassBlueprint.class.st
@@ -179,7 +179,7 @@ CBClassBlueprint >> connectInvocations [
179
CBClassBlueprint >> connectOutgoingAccesses [
180
181
accessors do: [ :accessor |
182
- ((accessor entity queryOutgoing: FamixTAccess) collect: #target) asSet ifNotEmpty: [ :att | self connectSource: accessor entity withAll: att ] ]
+ (accessor entity query outgoing objects dependenciesOfType: FamixTAccess) asSet ifNotEmpty: [ :att | self connectSource: accessor entity withAll: att ] ]
183
]
184
185
{ #category : 'building' }
0 commit comments