Versions Compared

Key

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

...

Another pitfall arises when static-final is inappropriately used to declare mutable data. (See OBJ03OBJ01-J. Be aware that a final reference may not always refer to immutable data).

...