moosetechnology / FamixTagging

A Famix extension to be able to tag entities.
MIT License
0 stars 1 forks source link

It should be possible to check if an entity is tagged with a tag given the name and not the tag #26

Closed anneetien closed 1 year ago

anneetien commented 1 year ago

isTaggedWith: takes a tag as parameter. But it is sometimes easier when manipulating a collection of entities to check if some are tagged with a tag given its name as parameter.

anneetien commented 1 year ago

Already done