]> source.dussan.org Git - sonarqube.git/blob
a745035989954f705e0e01f4ef683ffe0891c46c
[sonarqube.git] /
1 <p> This code stores a reference to an externally mutable object into the
2   internal representation of the object.&nbsp;
3    If instances
4    are accessed by untrusted code, and unchecked changes to
5    the mutable object would compromise security or other
6    important properties, you will need to do something different.
7   Storing a copy of the object is better approach in many situations.</p>