Skip to content

8236142: DocTrees should provide getCharacters(EntityTree) #122

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

Conversation

jonathan-gibbons
Copy link
Contributor

@jonathan-gibbons jonathan-gibbons commented Sep 10, 2020

A new method is added to the DocTrees utility class to return the characters represented by a named or numeric entity, as represented in an EntityTree.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8236142: DocTrees should provide getCharacters(EntityTree)

Reviewers

Download

$ git fetch https://git.openjdk.java.net/jdk pull/122/head:pull/122
$ git checkout pull/122

@jonathan-gibbons
Copy link
Contributor Author

/csr

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 10, 2020

👋 Welcome back jjg! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the csr Pull request needs approved CSR before integration label Sep 10, 2020
@openjdk
Copy link

openjdk bot commented Sep 10, 2020

@jonathan-gibbons has indicated that a compatibility and specification (CSR) request is needed for this pull request.
@jonathan-gibbons this pull request must refer to an issue in JBS to be able to link it to a CSR request. To refer this pull request to an issue in JBS, please use the /issue command in a comment in this pull request.

@openjdk
Copy link

openjdk bot commented Sep 10, 2020

@jonathan-gibbons The following labels will be automatically applied to this pull request: compiler javadoc.

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 (add|remove) "label" command.

@openjdk openjdk bot added javadoc javadoc-dev@openjdk.org compiler compiler-dev@openjdk.org labels Sep 10, 2020
@jonathan-gibbons jonathan-gibbons changed the title add DocTrees.getCharacters(EntityTree) 8236142: add DocTrees.getCharacters(EntityTree) Sep 10, 2020
@openjdk openjdk bot added rfr Pull request is ready for review and removed csr Pull request needs approved CSR before integration labels Sep 10, 2020
@jonathan-gibbons jonathan-gibbons changed the title 8236142: add DocTrees.getCharacters(EntityTree) 8236142: DocTrees should provide getCharacters(EntityTree) Sep 10, 2020
@mlbridge
Copy link

mlbridge bot commented Sep 10, 2020

Webrevs

@jonathan-gibbons
Copy link
Contributor Author

Note that as well as the simple move for the Entity.java file, the init for the class is optimized to be significantly smaller byte codes. That particular change was automated: there should be no change to the set of strings that are accepted by the class.

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@pavelrappo Unknown command approve - for a list of valid commands use /help.

@pavelrappo
Copy link
Member

/help

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@pavelrappo Available commands:

  • cc - add or remove an additional classification label
  • contributor - adds or removes additional contributors for a PR
  • covered - used when employer has signed the OCA
  • csr - require a compatibility and specification request (CSR) for this pull request
  • help - shows this text
  • integrate - performs integration of the changes in the PR
  • issue - edit the list of issues that this PR solves
  • label - add or remove an additional classification label
  • reviewer - manage additional reviewers for a PR
  • reviewers - set the number of additional required reviewers for this PR
  • signed - used after signing the OCA
  • solves - edit the list of issues that this PR solves
  • sponsor - performs integration of a PR that is authored by a non-committer
  • summary - updates the summary in the commit message
  • test - used to run tests

@pavelrappo
Copy link
Member

/reviewer add @pavelrappo

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@pavelrappo Only the author (@jonathan-gibbons) is allowed to issue the reviewer command.

@jonathan-gibbons
Copy link
Contributor Author

/reviewer @pavelrappo

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@jonathan-gibbons Syntax: /reviewer (credit|remove) [@user | openjdk-user]+. For example:

  • /reviewer credit @openjdk-bot
  • /reviewer credit duke
  • /reviewer credit @user1 @user2

@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@jonathan-gibbons This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements

After integration, the commit message will be:

8236142: DocTrees should provide getCharacters(EntityTree)

Reviewed-by: prappo
  • If you would like to add a summary, use the /summary command.
  • To credit additional contributors, use the /contributor command.
  • To add additional solved issues, use the /issue command.

Since the source branch of this PR was last updated there have been 20 commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge master into your branch, and then specify the current head hash when integrating, like this: /integrate e7a1b9bf81c78e8c90310c0cdc4e6e0384956448.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Sep 11, 2020
@jonathan-gibbons
Copy link
Contributor Author

/integrate

@openjdk openjdk bot closed this Sep 11, 2020
@openjdk openjdk bot added integrated Pull request has been integrated and removed ready Pull request is ready to be integrated labels Sep 11, 2020
@openjdk
Copy link

openjdk bot commented Sep 11, 2020

@jonathan-gibbons Since your change was applied there have been 20 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

Pushed as commit 7f27d0b.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@openjdk openjdk bot removed the rfr Pull request is ready for review label Sep 11, 2020
@jonathan-gibbons jonathan-gibbons deleted the 8236142-doctrees-entityTree branch November 4, 2020 00:27
@jonathan-gibbons jonathan-gibbons restored the 8236142-doctrees-entityTree branch November 4, 2020 00:27
@jonathan-gibbons jonathan-gibbons deleted the 8236142-doctrees-entityTree branch November 4, 2020 00:34
pfirmstone pushed a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone pushed a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
pfirmstone pushed a commit to pfirmstone/jdk-with-authorization that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler compiler-dev@openjdk.org integrated Pull request has been integrated javadoc javadoc-dev@openjdk.org
Development

Successfully merging this pull request may close these issues.

2 participants