-
Notifications
You must be signed in to change notification settings - Fork 555
8271091: Missing API docs in UI controls classes #646
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
|
👋 Welcome back aghaisas! A progress list of the required criteria for merging this PR into |
Webrevs
|
nlisker
left a comment
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.
Took a quick look at the new docs. I didn't check the resulting HTML or the corrected of the description, just format and grammar.
modules/javafx.controls/src/main/java/javafx/scene/chart/AreaChart.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/CheckMenuItem.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/Control.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/DateCell.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/SortEvent.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableViewSkinBase.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualContainerBase.java
Outdated
Show resolved
Hide resolved
|
/reviewers 2 |
|
@kevinrushforth |
kevinrushforth
left a comment
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.
See comments below.
modules/javafx.controls/src/main/java/javafx/scene/control/DatePicker.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/SortEvent.java
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/SortEvent.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/SortEvent.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java
Outdated
Show resolved
Hide resolved
modules/javafx.web/src/main/java/javafx/scene/web/HTMLEditorSkin.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Show resolved
Hide resolved
modules/javafx.web/src/main/java/javafx/scene/web/HTMLEditorSkin.java
Outdated
Show resolved
Hide resolved
kevinrushforth
left a comment
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.
Two minor comments. The rest looks great.
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/TabPane.java
Outdated
Show resolved
Hide resolved
|
@nlisker, can you please take a look and approve? |
modules/javafx.controls/src/main/java/javafx/scene/control/CheckMenuItem.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualContainerBase.java
Outdated
Show resolved
Hide resolved
kevinrushforth
left a comment
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 doc changes look good. Please revert the access modifier change.
modules/javafx.controls/src/main/java/javafx/scene/control/PopupControl.java
Show resolved
Hide resolved
kevinrushforth
left a comment
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.
This looks good. I confirmed that the implicit constructor for PopupControl.CSSBridge is protected in JavaFX 17, so making the explicitly added contructor be protected is correct.
nlisker
left a comment
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 check the generated HTML pages or the correctness of the docs with respect to the functionality of their methods, but the docs themselves look good.
|
@aghaisas 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 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit a947405.
Your commit was automatically rebased without conflicts. |
This PR fixes javadoc warnings in javafx.controls and javafx.web modules.
Note :
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/646/head:pull/646$ git checkout pull/646Update a local copy of the PR:
$ git checkout pull/646$ git pull https://git.openjdk.java.net/jfx pull/646/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 646View PR using the GUI difftool:
$ git pr show -t 646Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/646.diff