Wiki Markup |
---|
According to the Java Language Specification \[[JLS 2005|AA. Bibliography#JLS 05]\], Section 8.4.8.3, "Requirements in Overriding and Hiding" |
...
Wiki Markup |
---|
\[[JLS 2005|AA. Bibliography#JLS 05]\] [Section 8.4.8.3|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.3], "Requirements in Overriding and Hiding" |
...
DCL14MET16-J. Minimize the scope of variables DCL15-J. Do not shadow or obscure identifiers in subscopesEnsure that the clone method calls super.clone 05. Methods (MET) MET18-J. Avoid using finalizers