...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="21707ec633e0123d-8ff05367-4fee4fe7-8ba2b1d4-be6d1ede93fa5b0331752efc"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | [Class Calendar | http://download.oracle.com/javase/6/docs/api/java/util/Calendar.html] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4249caf58aa18725-29d0d86b-43e14158-877e8e67-da2d9684041db47bc75b9284"><ac:plain-text-body><![CDATA[ | [[Bloch 2008 | AA. Bibliography#Bloch 08]] | Item 16: "Favor composition over inheritance" | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dd2f487197636f9b-ffecbd2a-492c4b1d-8a49a1db-acb379be7d331e2888e1a50b"><ac:plain-text-body><![CDATA[ | [[Gamma 1995 | AA. Bibliography#Gamma 95]] | Design Patterns: Elements of Reusable Object-Oriented Software | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="92c4476ae2a9003d-d74b717a-46c04d35-92a0b0c0-9be10fce26caa0d59604e070"><ac:plain-text-body><![CDATA[ | [[Lieberman 1986 | AA. Bibliography#Lieberman 86]] | Using prototypical objects to implement shared behavior in object-oriented systems | ]]></ac:plain-text-body></ac:structured-macro> |
...
OBJ12OBJ01-J. Compare classes and not class namesDeclare data members as private and provide accessible wrapper methods 04. Object Orientation (OBJ) 05. Methods (MET)OBJ03-J. Do not mix generic with non-generic raw types in new code