The Javadoc spec for java.lang.Enum could link to the corresponding section of the Java Language Spec, <http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9>. This class is the obvious place for people to look if they want to know how to do things like find all the constants in an enumeration (see 6326977).
The JLS spec already contains examples of things like the values() method and EnumSet, so probably java.lang.Enum doesn't need to repeat that.
The JLS spec already contains examples of things like the values() method and EnumSet, so probably java.lang.Enum doesn't need to repeat that.
- relates to
-
JDK-6498230 @jls3 tag enhancements, inline tag, section links
-
- Open
-
-
JDK-6378701 (enum) Unclear purpose of EnumConstantNotPresentException
-
- Resolved
-
-
JDK-6653154 Exception message for bad Enum.valueOf has spurious "class"
-
- Resolved
-
-
JDK-5033580 JavaDoc of Tiger api's should refer to appropriate JLS version
-
- Closed
-
-
JDK-6326977 Enum.values() missing from Javadoc
-
- Closed
-
-
JDK-6548433 (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
-
- Resolved
-
(1 relates to)