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

Improve collection library usage in snippet compiler #377

Open
abelhegedus opened this issue Sep 22, 2015 · 1 comment
Open

Improve collection library usage in snippet compiler #377

abelhegedus opened this issue Sep 22, 2015 · 1 comment

Comments

@abelhegedus
Copy link
Member

To support the built-in SET type, #376 changed the usage of collection variable descriptors from specific Type to String identifier. This is needed as the built-in collection types have no corresponding xUML-RT pairs. However, this should be improved in the future to be able to use Types again in all cases.

@abelhegedus
Copy link
Member Author

For future reference: look at CollectionLiteralBuilder and OperationCallBuilder.
However, it seems to be that at least the later is never used now that CollectionOperationCallBuilder exists, while the former should probably be rewritten with a similar approach.

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

No branches or pull requests

1 participant