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 OBJ01-J. Do not assume that a final reference makes Never conflate immutability of a reference with that of the referenced object immutable for additional information.

...