Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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="a2ff907ba6c6ef3c-a22e90c2-4f7f4ac6-b4b4a8dd-8533bd25db8871f56505401f"><ac:plain-text-body><![CDATA[

[[Conventions 2009

AA. 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="c3cc36e04ad6fd01-c0ec1e7d-4d634247-928e834f-7fa2bcb93ae555f71417bf1c"><ac:plain-text-body><![CDATA[

[[ESA 2005

AA. 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="3b68e458b4962ddf-0b43536a-49ce4227-9c19ab19-336ee50eb4c67dba718c073b"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. 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"

...