...
Wiki Markup |
---|
The _Java Language Specification_ \[[JLS 2005|AA. Bibliography#JLS 05]\] [§8§8.9, "Enums"|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9] does not specify the use of {{ordinal()}} in programs. However, using the {{ordinal()}} method to derive the value associated with an enum constant is error-prone and should be avoided. |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4b20934aa920fea3-ae75ec10-4b424746-87b5a03b-f6ddff4762b2703021c1b3db"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05] | [§8§8.9, "Enums" | http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7ebe92e768befc40-7d605761-4de54685-aa778125-7f51a87349975a5b2ea8da30"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | [Enum | http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html] | ]]></ac:plain-text-body></ac:structured-macro> |
...
VOID DCL10DCL02-J. Ensure proper initialization by declaring class and instance variables finalEnable compile-time type checking of varargs types 01. Declarations and Initialization (DCL) DCL04-J. Prevent class initialization cycles