Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...