Thx, that makes things a bit more clear!
You are saying that object inspection (the tooltip) is done on 'live' data, that is on the 'current' heap, and thus may show objects in a different state than at the time of the snapshot. That makes sense and I could easily observe this behavior doing a simple experiment.
I also observed that the object's property as displayed **inside** the "Constructor" tree always reflects the state from when the snapshot was taken. It is apparently part of the data taken with the snapshot.
I also verified that the retaining tree is generated when the snapshot is created, and will remain unmodified as well.
Thanks again for your time!
mistaecko