Versions Compared

Key

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

...

This rule appears in the Java Secure Coding Standard as MSC05-J. Make your classes non Cloneable unless required 

References

TODO 

Wiki Markup
\[[JLS 05|AA. Java References#JLS 05]\] [Chapter 17, Threads and Locks|http://java.sun.com/docs/books/jls/third_edition/html/memory.html]

Wiki Markup
\[\] [Sun Developer Network|http://java.sun.com/developer/technicalArticles/Programming/singletons/] 

...

CON31-J. Always invoke the wait() method inside a loop      08. Concurrency (CON)      09. Methods (MET)