-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8374658: Consider use of "included" rather than "enclosed" in jx.a.p.Processor #29076
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
base: master
Are you sure you want to change the base?
Conversation
Once there is agreement on the details of the wording changes, I'll file the CSR, etc. |
|
👋 Welcome back darcy! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
| * For a given round, the tool computes the set of annotation | ||
| * interfaces that are present on the elements enclosed within the | ||
| * interfaces that are present on the elements {@linkplain RoundEnvironment#getElementsAnnotatedWith(TypeElement) included} within the | ||
| * root elements. If there is at least one annotation interface |
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'll re-flow the paragraph once the wording is agree to; n the initial iteration I wanted to make clear what exactly was changing -- replacing "enclosed" with a link to a method implementing the "included" definition.
|
I would recommend consistency, that we update "enclosed within" to "declared within" or update |
The use of "enclosed" in javax.annotation.processing.Processor looks to be using a more colloquial definition than the JLS-eque notion of "enclosed" used in parts of the javax.lang.model API.
Instead, this PR proposes to switch from "enclosed" to "included," a term already used in RoundEnvironment for the concept in question.
Progress
Issues
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/29076/head:pull/29076$ git checkout pull/29076Update a local copy of the PR:
$ git checkout pull/29076$ git pull https://git.openjdk.org/jdk.git pull/29076/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 29076View PR using the GUI difftool:
$ git pr show -t 29076Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/29076.diff
Using Webrev
Link to Webrev Comment