Versions Compared

Key

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

...

Wiki Markup
According to Joshua Bloch \[[Bloch 2008|AA. Bibliography#BlochReferences#Bloch 08]\]

If a method modifies a static field, you must synchronize access to this field, even if the method is typically used only by a single thread. It is not possible for clients to perform external synchronization on such a method because there can be no guarantee that unrelated clients will do likewise.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8c4e0ff174a4c9e5-a48a1efd-4df6430d-8dfca281-288f73b67f458e65f5e17582"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API References#API 06]]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="639815942fe936d7-661c4da9-43884a8f-b21cb55a-19a46750dda32691f2524c73"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch References#Bloch 08]]

Item 67. Avoid excessive synchronization

]]></ac:plain-text-body></ac:structured-macro>

...