Versions Compared

Key

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

...

LCK09-EX0: Classes that provide an appropriate termination mechanism to callers are permitted to violate this rule. See rule THI05 THI04-J. Ensure that threads performing blocking operations can be terminated.

LCK09-EX1: Method that require multiple locks may hold several locks while waiting for the remaining locks to become available. This constitutes a valid exception, although the programmer must follow other applicable rules to avoid deadlock. See rule LCK07-J. Avoid deadlock by requesting and releasing locks in the same order for more information.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4fdd6d8b76b62cde-3dd5b9ab-4fd54485-a45785c1-b6f392acd3611ea20053ad15"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

Class Object

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4609f152b47b5531-76043c8f-422848cf-8b29b2fe-c6a4df69f679b303a7f5d8d5"><ac:plain-text-body><![CDATA[

[[Grosso 2001

AA. Bibliography#Grosso 01]]

[Chapter 10: Serialization

http://oreilly.com/catalog/javarmi/chapter/ch10.html]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ae0fd62fd0024deb-c811dd85-472d426d-9c2986ad-186c07d3d4cb7617ce20371f"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[Chapter 17, Threads and Locks

http://java.sun.com/docs/books/jls/third_edition/html/memory.html]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ae15329d3ab6b39f-813b95d4-4ee043ad-8520b64e-c9ebf7d2aaa46a56cfaf1758"><ac:plain-text-body><![CDATA[

[[Rotem 2008

AA. Bibliography#Rotem 08]]

[Falacies of Distributed Computing Explained

http://www.rgoarchitects.com/Files/fallacies.pdf]

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

...