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="fafa79b4-23eb-4609-9aa5-3fec8115ba75"><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="436c01fe-5ea9-4fb6-b3f1-684cbd71f8a0"><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="9ad3b3b1-7e45-4143-8250-30659fa70081"><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"

...