Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: assimilated MSC04-J

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7462a2fb74c90062-7c298836-46864ec5-baaa85d3-5c11d1fb186529d9cfe4eea0"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

[method equals()

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="af17462764f03732-065bae44-4b9a4a3f-921ba52e-13f326293362ddc4847264d7"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 8: Obey the general contract when overriding equals

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="28418573bcca1c37-ae33b5f2-4f9a4636-8ec09255-e126019ada17621eb1887bb0"><ac:plain-text-body><![CDATA[

[[Darwin 2004

AA. Bibliography#Darwin 04]]

9.2 Overriding the equals method

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c0259e1420f444bc-975ad7f0-4cc54536-b95ca30a-aed837b5e513027c1adcdb0d"><ac:plain-text-body><![CDATA[

[[Harold 1997

AA. Bibliography#Harold 97]]

Chapter 3: Classes, Strings, and Arrays, The Object Class (equality)

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3601228f0fc2923c-0a5c4495-4f9a4e61-983b8f43-03856392e236de10fd14139d"><ac:plain-text-body><![CDATA[

[[Techtalk 2007

AA. Bibliography#Techtalk 07]]

"More Joy of Sets"

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

...

MET11-J. Never declare a class method that hides a method declared in a superclass or superinterfaceImage Added      05. Methods (MET)      MET13-J. Classes that define an equals() method must also define a hashCode() method