RFR: 8248122: java.base should not handle JavaFX application in a specific way
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Dec 29 03:45:49 UTC 2020
On 10/31/20 8:37 AM, Kartik Ohri wrote:
> Further investigation reveals that some JavaFX specific code is also present in the `javadoc` tool. For instance,
> https://github.com/openjdk/jdk/blob/master/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseOptions.java#L90-L96
> https://github.com/openjdk/jdk/blob/master/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseOptions.java#L347-L353
> I think we should remove this code as well and the related tests for it.
This would need to be discussed on javadoc-dev (at least), but at this
time, there are no plans to remove JavaFX support from the javadoc tool.
-- Jon
More information about the core-libs-dev
mailing list