-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8267068: Incomplete @throws javadoc for various javax.crypto.spec classes #23188
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back mpowers! A progress list of the required criteria for merging this PR into |
@mcpowers This change is no longer ready for integration - check the PR body for details. |
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.
Looks good to me.
This will need a CSR because you are adding a new exception to the |
/csr |
@seanjmullan has indicated that a compatibility and specification (CSR) request is needed for this pull request. @mcpowers please create a CSR request for issue JDK-8267068 with the correct fix version. This pull request cannot be integrated until the CSR request is approved. |
@valeriepeng can you also review this? Thanks. |
* @throws ArrayIndexOutOfBoundsException is thrown if <code>offset</code> | ||
* or <code>len</code> index bytes outside the <code>iv</code>. | ||
* @throws ArrayIndexOutOfBoundsException if {@code offset} | ||
* or {@code len} index bytes outside the {@code iv}. |
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.
can you fix this grammatical issue while you are changing this:
s/outside/are outside/
So a CSR is needed even if the only change is to sync javadoc with the code? |
Yes, because that is still considered a specification change to a public API. |
JDK-8267068
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23188/head:pull/23188
$ git checkout pull/23188
Update a local copy of the PR:
$ git checkout pull/23188
$ git pull https://git.openjdk.org/jdk.git pull/23188/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23188
View PR using the GUI difftool:
$ git pr show -t 23188
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23188.diff
Using Webrev
Link to Webrev Comment