-
Bug
-
Resolution: Duplicate
-
P3
-
6
-
generic
-
generic
As a side-effect of the fix for:
6294715: Enum.valueOf(null) throws NullPointerException
the spacing was cleaned up in the sample code of enum types' values() methods.
This breaks the reg test test/com/sun/javadoc/testNewLanguageFeatures,
which happens to encode the spacing in its "golden" results.
6294715: Enum.valueOf(null) throws NullPointerException
the spacing was cleaned up in the sample code of enum types' values() methods.
This breaks the reg test test/com/sun/javadoc/testNewLanguageFeatures,
which happens to encode the spacing in its "golden" results.
- duplicates
-
JDK-6294715 Enum.valueOf(null) throws NullPointerException
- Resolved