openjdk-jfx
openjdk-jfx copied to clipboard
JavaFX13, Netbeans 11.1, Gradle javadoc issue
Javadoc does not work properly for JavaFX13 in Netbeans 11.1 when using a gradle project. I have workarounds for it but it's not pleasant. Ideally, Netbeans will supply javadoc when auto-completing in the java editor. This works fine in most cases but not with javafx modules.
Part of this has to do with the fact that the gradle plugin is pulling in both the non-platform jar and the platform jar for each module (except javafx-controls for some reason) and the javadoc only exists for the non-platform jar.