Skip to content

Commit

Permalink
Merge pull request #30 from moosetechnology/29-Adding-a-tag-on-a-big-…
Browse files Browse the repository at this point in the history
…model-takes-too-much-time

Fix #29
  • Loading branch information
LABSARI committed Nov 6, 2023
2 parents a093a88 + fb672d6 commit ecc743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Tagging/MooseAbstractGroup.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MooseAbstractGroup >> findTagCategoryNamed: aCategoryMooseName [
MooseAbstractGroup >> findTagNamed: aTagMooseName [
"we dont care about tag category"

^ self detect: [ :anEntity | anEntity mooseName = aTagMooseName ]
^ self allTags detect: [ :anEntity | anEntity mooseName = aTagMooseName ]
]

{ #category : #'*Famix-Tagging' }
Expand Down

0 comments on commit ecc743f

Please sign in to comment.