-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite Library.allOriginalModelElementNames.
* This method was public, but only used privately. :( * This method returned a List, but only one method is ever called on the List: `contains`. So, change to a Set. * This method used `allModelElements`, but that collection contains way too many things; it contains things like methods of classes, but in this case we are only concerned with direct library members.
- Loading branch information
Showing
2 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters