Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Automated update-Scrapy V0.1 Fixing Navigation links Automatic Nagivation Script

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8edb854294605b76-08090819-486c4dd7-8c6cae7d-4b27e0d45b1009e3bd5fa6a0"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 39: Make defensive copies when needed

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d277690e8eca8779-71df3e16-48cc4a65-889e9380-bc930a5d1b87794dfb45f444"><ac:plain-text-body><![CDATA[

[[Pugh 2009

AA. Bibliography#Pugh 09]]

Returning references to internal mutable state

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2adb7937216c9c02-b82f0c11-48fd4aba-a3bebd10-aaadd942f0a47a845912f654"><ac:plain-text-body><![CDATA[

[[SCG 2007

AA. Bibliography#SCG 07]]

Guideline 2-1 Create a copy of mutable inputs and outputs

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

...

OBJ09OBJ05-J. Do not expose sensitive private members of an outer class from within a nested classDefensively copy private mutable class members before returning their references      04. Object Orientation (OBJ)      OBJ02-J. Minimize the accessibility of classes and their membersImage Added