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
8271091: Missing API docs in UI controls classes #646
Conversation
|
Webrevs
|
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 |
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
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
Outdated
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualContainerBase.java
Outdated
Show resolved
Hide resolved
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
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.
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. 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
|
/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
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/646/head:pull/646
$ git checkout pull/646
Update a local copy of the PR:
$ git checkout pull/646
$ git pull https://git.openjdk.java.net/jfx pull/646/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 646
View PR using the GUI difftool:
$ git pr show -t 646
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/646.diff