-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK-8300133: Use generalized see and link tags in core libs #12000
Conversation
👋 Welcome back darcy! A progress list of the required criteria for merging this PR into |
@jddarcy The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see all those <a href="{@docRoot}/..."
references go away.
@jddarcy This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 76 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in ResoruceBundle
look good.
@@ -73,8 +73,8 @@ public interface CharSequence { | |||
* indexing. | |||
* | |||
* <p>If the {@code char} value specified by the index is a | |||
* <a href="{@docRoot}/java.base/java/lang/Character.html#unicode">surrogate</a>, the surrogate | |||
* value is returned. | |||
* {@linkplain Character##unicode surrogate}, the surrogate value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know about the ##
trick. Is that a new feature to target an HTML anchor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CSR has a concise description: JDK-8294195 Generalize see and link tags for user-defined anchors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to InetAddressResolverProvider.java look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in collections look good. I think there are a bunch of other places where this could be used, but fixing up optional-restrictions is a good start.
/integrate |
Going to push as commit 7bf0d14.
Your commit was automatically rebased without conflicts. |
With generalized see and link tags that can refer to anchors (JDK-8200337), the see and link tags in core libraries should be updated to use this feature when possible. This PR covers such updates for java.base.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12000/head:pull/12000
$ git checkout pull/12000
Update a local copy of the PR:
$ git checkout pull/12000
$ git pull https://git.openjdk.org/jdk pull/12000/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 12000
View PR using the GUI difftool:
$ git pr show -t 12000
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12000.diff