-
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
8300591: @SuppressWarnings option "lossy-conversions" missing from jdk.compiler module javadoc #12111
8300591: @SuppressWarnings option "lossy-conversions" missing from jdk.compiler module javadoc #12111
Conversation
… to jdk.compiler module javadoc and javac man page
👋 Welcome back asotona! A progress list of the required criteria for merging this PR into |
Webrevs
|
The current patch doesn't include a man page update (the bug refers to both Javadoc and man page). That's OK but if so then maybe the bug should be split into two as well so the man page part of the issue can be tracked? |
We should try and do the man page at this time as well. |
I've included also man page update. |
@@ -162,6 +162,7 @@ | |||
* <tr><th scope="row">{@code fallthrough} <td>falling through from one case of a {@code switch} statement to | |||
* the next | |||
* <tr><th scope="row">{@code finally} <td>{@code finally} clauses that do not terminate normally | |||
* <tr><th scope="row">{@code lossy-conversions} <td>possible lossy conversions in compound assignment |
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.
In the table where there is more room to accommodate text, perhaps a longer description mentioning primitive types could be used.
@asotona 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 11 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 |
/integrate |
Going to push as commit 836198a.
Your commit was automatically rebased without conflicts. |
Hi,
@SuppressWarnings option "lossy-conversions" has been added to JDK 20 (see JDK-8286377), however the option description is missing in jdk.compiler module javadoc and javac man page.
This patch add missing javadoc decription to jdk.compiler module-info.java
Please review.
Thanks,
Adam
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12111/head:pull/12111
$ git checkout pull/12111
Update a local copy of the PR:
$ git checkout pull/12111
$ git pull https://git.openjdk.org/jdk pull/12111/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 12111
View PR using the GUI difftool:
$ git pr show -t 12111
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12111.diff