Add FamixStModel>>#newModelAddingAll: to create a new expanded model#766
Open
Gabriel-Darbord wants to merge 2 commits intodevelopmentfrom
Open
Add FamixStModel>>#newModelAddingAll: to create a new expanded model#766Gabriel-Darbord wants to merge 2 commits intodevelopmentfrom
FamixStModel>>#newModelAddingAll: to create a new expanded model#766Gabriel-Darbord wants to merge 2 commits intodevelopmentfrom
Conversation
Contributor
|
Is there an issue associated to this? |
Member
Author
|
There's no issue, but it can be discussed here.
Instead of using the UI to rebuild a larger model, you use this method. |
Member
|
I understand. Not sure it is mandatory, but if you have the case. Why not |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This simple method doesn't leave much room for configurability, but I'm not sure this feature needs it, as it's mainly a means to quickly expand an existing model.
Projects that automate model creation can use the already existing
FamixStPharoImporterTaskAPI.The idea is that if you're toying with a model and realize you're missing some dependencies, then instead of recreating a model by hand which is tedious because you have to select all previous packages plus the new one(s), you can just use this method, e.g.: