Versions Compared

Key

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

...

C++ Secure Coding Standard: "DCL07-CPP. Minimize the scope of variables and methods"

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup

...

" ac:schema-version="1" ac:macro-id="7a3b2a86-8e72-4c57-bd52-f5be7478cdc7"><ac:plain-text-body><![CDATA[

[[Bloch

...

2001

...

AA.

...

Bibliography#Bloch

...

01]

...

]

...

Item

...

29,

...

Minimize

...

the

...

scope

...

of

...

local

...

variables

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e6048825-ceb5-4867-857c-b335b47561ac"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§14.4.2

...

, "Scope of Local Variable Declarations"

http://java.sun.com/docs/books/jls/third_edition/html/statements.html#14.4.2

...

]

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

...

DCL13-J. Avoid cyclic dependencies between packages      01. Declarations and Initialization (DCL)      DCL15-J. Do not shadow or obscure identifiers in subscopes