Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot

...

Wiki Markup
\[[McGraw 00|java:AA. Java References#McGraw 00]\] Chapter Seven Rule 3: ""Make Everything Final, Unless There's a Good Reason Not To""
\[[Lai 08|java:AA. Java References#Lai 08]\]
\[[SCG 07|java:AA. Java References#SCG 07]\] Guideline 1-2 ""Limit the extensibility of classes and methods""
\[[Gong 03|java:AA. Java References#Gong 03]\] Chapter 6: ""Enforcing Security Policy""
\[[Bloch 08|java:AA. Java References#Bloch 08]\] Item 1: ""Consider static factory methods instead of constructors""

...

OBJ32-J. Do not allow partially initialized objects to be accessed            08. Object Orientation (OBJ)            OBJ34-J. Compare classes and not class names