- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    9
- 
        b109
- 
        Verified
                    With the new doclet, the main page for a type no longer lists the package of the type at the top of the page. For example, compare 
http://docs.oracle.com/javase/8/docs/api/javax/lang/model/element/TypeParameterElement.html
with
http://download.java.net/jdk9/docs/api/javax/lang/model/element/TypeParameterElement.html
The latter at the time of writing (JDK 9 b104), does not list "javax.lang.model.element" before "Interface TypeParameterElement" at the top of the page.
http://docs.oracle.com/javase/8/docs/api/javax/lang/model/element/TypeParameterElement.html
with
http://download.java.net/jdk9/docs/api/javax/lang/model/element/TypeParameterElement.html
The latter at the time of writing (JDK 9 b104), does not list "javax.lang.model.element" before "Interface TypeParameterElement" at the top of the page.
- relates to
- 
                    JDK-8150188 The html text above a type is not being rendered -           
- Closed
 
-