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 OBJ50-JG. Never confuse immutability of a reference with that of the referenced object for additional information.

...