...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] [Section 14.4.2, Scope of Local Variable Declarations|http://java.sun.com/docs/books/jls/third_edition/html/statements.html#14.4.2] \[[Bloch 01|AA. Java References#Bloch 01]\] Item 29, Minimize the scope of local variables |
...
0304. Scope (SCP) 0304. Scope (SCP) SCP01-J. Declare sensitive methods private or final, fields private and final, and classes to be final