-
Notifications
You must be signed in to change notification settings - Fork 542
8252389: Fix mistakes in FX API docs #380
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
8252389: Fix mistakes in FX API docs #380
Conversation
|
👋 Welcome back nlisker! A progress list of the required criteria for merging this PR into |
|
/reviewers 2 |
|
@nlisker |
Webrevs
|
|
wondering how small a doc error is small enough to go into this: just noticed that Skinnable talks about "Control" in all of its methods - should be "Skinnable" everywhere (except as example implementation in overview doc), IMO. But then, the overview doc is .. lame as well, so might need its own bug anyway? |
|
I don't mind making the "Control" -> "Skinnable" changes if you detail them, but rewriting the class doc should be it's own issue, in which case you can fix these mistakes there as well. |
|
thanks, that's about the lines of my thoughts as well :) Will file a separate doc bug for skinnable cleanup |
fyi: just filed https://bugs.openjdk.java.net/browse/JDK-8260364 |
|
@nlisker I'll wait to review this until after you add the fix noted in JDK-8260430. |
|
I added a fix for JDK-8260430. Note that the underlying behavior in this class is different than that of |
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.
I left two additional comments. Otherwise good.
modules/javafx.base/src/main/java/javafx/collections/ListChangeListener.java
Show resolved
Hide resolved
modules/javafx.controls/src/main/java/javafx/scene/control/MenuItem.java
Outdated
Show resolved
Hide resolved
|
@nlisker 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
The usual doc fixes (for OpenJFX 16).
Can wait until RDP2 to see if something else comes up.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/380/head:pull/380$ git checkout pull/380