JDK-8178830 : standard doclet: -javafx option should be unhidden
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-04-14
  • Updated: 2017-05-17
  • Resolved: 2017-04-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10 JDK 9
10Fixed 9 b167Fixed
Related Reports
Relates :  
Description
This should be a documented option.

            new Hidden(resources, "-javafx") {
                @Override
                public boolean process(String opt, List<String> args) {
                    javafx = true;
                    return true;
                }
            },
Comments
Fix Request approved by Group lead. Small but useful cleanup in our JavaFX story.
20-04-2017

Fix Request This is a very low risk fix, all it does is makes the hidden options -javafx a documented option as an alias to --javafx.
19-04-2017

I think document it!, it is too late in jdk9 to eliminate the flag, deprecate it in jdk10 and make it redundant.
17-04-2017

Now that JavaFX is an official part of JDK 9, either this option should be made unnecessary (high risk) or documented (low risk).
14-04-2017