| 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 (_Java Language Specification_, [§sect;8.4.8.2 "Hiding (by Class Methods)"|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.2]\[[JLS 2005|AA. Bibliography#JLS 05]\]).  | 
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="998ce4bb9e8e9a72-93a2e48b-4d95466e-afcda602-0efdb62ee8a69b71f35d37b8"><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="0b75d9a25588fdc8-168610f7-4bc34431-a926b7af-ec6efd881fb45ba2bfb57ff0"><ac:plain-text-body><![CDATA[  | [[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:plain-text-body></ac:structured-macro>  | 
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ad24dec793dd66b9-d616cb64-4d984b1c-8d16bed3-e7426405b30aedac9999219e"><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>  | 
...