...
A related error can arise when a programmer declares a static final
reference to a mutable object; see guideline OBJ01OBJ02-J. Never conflate immutability of a reference with that of the referenced object for additional information.
...
...
A related error can arise when a programmer declares a static final
reference to a mutable object; see guideline OBJ01OBJ02-J. Never conflate immutability of a reference with that of the referenced object for additional information.
...