Versions Compared

Key

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

...

Override methods only when necessary. Declare methods and fields final whenever possible to avoid malicious subclassing. When methods and fields cannot be declared final, refrain from increasing the accessibility of overridden methods. (See SEC01OBJ02-J. Minimize the accessibility of classes and their members.)

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="02d400ecb2f90a19-d94531a1-484649f2-92cf8b96-d4ce0141a7a7b24c2d2b7c3b"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§8.4.8.3

http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.3], "Requirements in Overriding and Hiding"

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

...