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

Adapt examples to immutable object support #381

Closed
mp911de opened this issue Jul 26, 2018 · 0 comments
Closed

Adapt examples to immutable object support #381

mp911de opened this issue Jul 26, 2018 · 0 comments
Assignees

Comments

@mp911de
Copy link
Member

mp911de commented Jul 26, 2018

We still have some classes that final fields can be changed without providing a wither method or constructor to create a new object instance and instead we expect field changes through reflection.

We need to make these classes either mutable or provide wither methods.

@mp911de mp911de self-assigned this Jul 26, 2018
mp911de added a commit that referenced this issue Jul 26, 2018
Provide mutable property accessors to allow object mutation.
@mp911de mp911de closed this as completed Jul 26, 2018
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

1 participant