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

Make sure that the same instance is not reinstantiated #6

Open
GoogleCodeExporter opened this issue Mar 4, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

For some instances it is already being considered (the ones instantiated by
DefaultObjectProcessor), but for the rest it is not:

If the same instance of a class is being referred by two or more different
objects in the original object graph, this has to be respected in the
reconstructed object graph.

Ie: if we have these properties:

Date oneDate = new Date();
Date anotherDate = oneDate;

then, on the reconstructed graph oneDate and anotherDaet have to refer to
the same instance.

Original issue reported on code.google.com by [email protected] on 23 Aug 2009 at 9:20

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 9 Nov 2009 at 2:17

  • Added labels: Milestone-Release1.1
  • Removed labels: Milestone-Release1.0

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