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

Default Rewriting Process to make internal collections exposed on API immutable #38

Open
GoogleCodeExporter opened this issue May 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Changes made in r713

Default rewiting process no longer makes contextual variables or
new domains immutable when in newSubProcessWithContext() logic.
This likely very dangerous as these collections are exposed on the
API and could be accidentally changed externally. Ideally, for
encapsulation purposes I think these should be made immutable
when the process is created. 


Original issue reported on code.google.com by [email protected] on 21 Jan 2014 at 12:27

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