Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental model building #584

Closed
leventov opened this issue Apr 16, 2016 · 1 comment
Closed

Incremental model building #584

leventov opened this issue Apr 16, 2016 · 1 comment

Comments

@leventov
Copy link
Contributor

Is it possible to build source code model iteratively? I. e.

  1. Feed some inputResources to a spoon compiler
  2. Build model
  3. Do something with that model..
  4. Feed some new inputResources to the model
  5. Build models of newly added classes/packages and attach them to the existing model.

Documentation to FactoryImpl.getParentFactory() mentions something like this but since this method is never used inside the Spoon library, I think it is not implemented now

monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 18, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 20, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 21, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 22, 2016
monperrus added a commit to monperrus/spoon that referenced this issue Apr 22, 2016
GerardPaligot pushed a commit that referenced this issue Apr 22, 2016
introduces CtModel for #584
@GerardPaligot
Copy link
Contributor

Fixed by #589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants