Skip to content

Commit

Permalink
Remove isSelf from TImplicitVariable and move its test negation fro…
Browse files Browse the repository at this point in the history
…m TNamedEntity to TInvocationsReceiver

The implementation on TImplicitVariable was only relevant for Pharo, and the method already exists on StImplicitVariable
The negation is now installed on the relevant trait to avoid cluttering up TNamedEntity
  • Loading branch information
Gabriel-Darbord committed Apr 11, 2024
1 parent a22b16a commit f6ee8e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Moose-Blueprint-Models/FamixTImplicitVariable.extension.st

This file was deleted.

7 changes: 7 additions & 0 deletions Moose-Blueprint-Models/FamixTInvocationsReceiver.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Extension { #name : #FamixTInvocationsReceiver }

{ #category : #'*Moose-Blueprint-Models' }
FamixTInvocationsReceiver >> isSelf [

^ false
]
7 changes: 0 additions & 7 deletions Moose-Blueprint-Models/FamixTNamedEntity.extension.st

This file was deleted.

0 comments on commit f6ee8e2

Please sign in to comment.