...
C++ Secure Coding Standard | ||||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fc2162df5a23bad5-0a8fdbb5-40384eea-b2478853-dbc608c508839f2a4fb4229b"><ac:plain-text-body><![CDATA[ | [[SCG 2007 | AA. Bibliography#SCG 07]] | Guideline 3-2: "Define wrapper methods around modifiable internal state" | ]]></ac:plain-text-body></ac:structured-macro> |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fc69a137c5c86592-0c0bdf35-4d404fe8-90ae858a-c661351c4ce873932a249322"><ac:plain-text-body><![CDATA[ | [[Bloch 2008 | AA. Bibliography#Bloch 08]] | Items 13: Minimize the accessibility of classes and members; 14: In public classes, use accessor methods, not public fields | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="70b9ba8bdb76e596-2712ea8e-4c614a9c-8d80b8b1-51fec8e6e9eb52d771af33b5"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | [§6§6.6 "Access Control" | http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.6] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="016fb17512ea583c-113478ed-471448cb-aeecb6ff-aa3e22224db13ae643867379"><ac:plain-text-body><![CDATA[ | [[Long 2005 | AA. Bibliography#Long 05]] | §2 §2.2, Public Fields | ]]></ac:plain-text-body></ac:structured-macro> |
...
OBJ00-J. Limit extensibility of classes and methods with invariants to trusted subclasses only 04. Object Orientation (OBJ) OBJ03OBJ02-J. Never confuse immutability of a reference with that of the referenced objectMinimize the accessibility of classes and their members