JDK-8173084 : migrate collections technotes/guides documents to javadoc doc-files
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2017-01-19
  • Updated: 2017-05-11
  • Resolved: 2017-05-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Sub Tasks
JDK-8177787 :  
Description
There are a few documentation pages on collections in an internal repository. They should be migrated into the JDK repository, probably to somewhere like:

    jdk/src/java.base/share/classes/java/util/doc-files

and the links from various places updated to point to them.

Comments
Initially this was a multi-step migration, consisting of copying a bunch of files in, editing them, and then fixing up links. This also included the collections change history, which comprised the bulk of the files. I've since decided (at Mandy Chung's request) to drop the history files. The migration involves many fewer files, so I'll cover the checking in of the modified files, and adjustment of links to them, with a single issue: JDK-8177788. I'm therefore closing this issue as a duplicate of JDK-8177788.
11-05-2017