Versions Compared

Key

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

...

This noncompliant code example published publishes the helper field prematurely through the getHelper() method. Multiple threads may initialize the field, making class Foo mutable.

...