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

Unchanged + Pure for arrays #1

Closed
BenRomberg opened this issue Mar 9, 2012 · 2 comments
Closed

Unchanged + Pure for arrays #1

BenRomberg opened this issue Mar 9, 2012 · 2 comments
Assignees
Milestone

Comments

@BenRomberg
Copy link
Member

Unchanged and Pure doesn't work properly for:

param[0].setValue("abc");
param[0] = new SetLike();

See c4j-systemtest/de.andrena.c4j.systemtest.unchanged.UnchangedForObjectsSystemTest.

@ghost ghost assigned BenRomberg Mar 9, 2012
@BenRomberg
Copy link
Member Author

First issue was fixed in the meantime, second one (reassignment) is vastly more difficult to solve.

@BenRomberg
Copy link
Member Author

Fixed using ArrayAccessEditor.

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