JDK-8243473 : Request link to interfaces and classes
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2020-03-28
  • Updated: 2020-04-23
  • Resolved: 2020-04-23
Related Reports
Relates :  
Description
A DESCRIPTION OF THE PROBLEM :
Hi

I request links at the top of pages like https://docs.oracle.com/en/java/javase/14/docs/api/java.base/java/util/stream/package-summary.html which navigate straight to the interface summary and class summary, just as a page such as https://docs.oracle.com/en/java/javase/14/docs/api/java.base/java/util/stream/Collectors.html has a link at the top navigating straight to the method summary.

I really liked the old (pre Java 9) API format better.

Regards

Lyle



Comments
The frames has been superseded with the introduction of the new "Search" feature. The tree view is still available, as seen here, in JDK 14. https://docs.oracle.com/en/java/javase/14/docs/api/java.base/java/util/stream/package-tree.html To get to the tree view, use the Search feature to locate the package, and then click on "TREE" in the navigation bar at the top of the window. Closing as Not an Issue.
23-04-2020