Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

C++ Secure Coding Standard: DCL04-CPP. Do not declare more than one variable per declaration

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d56dc0e0-da82-4da9-b0a8-097d5eb7e42e"><ac:plain-text-body><![CDATA[[[Conventions 2009AA. References#Conventions 09]]

Section 6.1, "Number Per Line"

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

<ac:structured-macro ac:name=" unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="abe063d4-55b4-4bf6-99ce-d8dbe0b5b947"><ac:plain-text-body><![CDATA[

[[ESA 2005AA. References#ESA 05] ]

Rule 9: Put single variable definitions in separate lines. ]]></ac:plain-text-body></ac:structured-macro><ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2d061fe1-f952-46a4-b8c5-0077e1232df1"><ac:plain-text-body><![CDATA

[[[JLS 2005AA. References#JLS 05] ]

[§8.3, "Field Declarations"

http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.3]

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

 

§9.3, "Field (Constant) Declarations"

 

§14.4, "Local Variable Declaration Statements"

 

§6.1, "Declarations"

 

§4.3.2, "The class Object"

...