Wiki Markup |
---|
When a class declares a static method _m_, the declaration of _m_ hides any method _m'_, where the signature of _m_ is a subsignature of the signature of _m'_ and the declaration of _m'_ is both in the superclasses and superinterfaces of the declaring class and also would otherwise be accessible to code in the declaring class \[[JLS 2005|AA. Bibliography#JLS 05]\] ["§8.4.8.2 Hiding (by Class Methods)"|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.2]. |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b0136878fa6041ef-29fd81af-4ac3494c-8025a77c-095626adedaf2bcd9020e30a"><ac:plain-text-body><![CDATA[ | [[Bloch 2005 | AA. Bibliography#Bloch 05]] | Puzzle 48: All I Get Is Static | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="915fb19d41e0be08-9c5e1c5b-4e9c4a14-9956af0e-cc98bf2b7880e065443a581c"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | ["8§8.4.8.2 Hiding (by Class Methods)" | http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.2] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f889f79e7d989349-c4b58648-405d46b0-9286891a-0fcfef133d3ac54b3b20b720"><ac:plain-text-body><![CDATA[ | [[Tutorials 2008 | AA. Bibliography#Tutorials 08]] | [Overriding and Hiding Methods | http://java.sun.com/docs/books/tutorial/java/IandI/override.html] | ]]></ac:plain-text-body></ac:structured-macro> |
...