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