Search code examples
javafxjavadocnetbeans-11

Some of the JavaFX docs are missing (NetBeans 11)


Recently I've started to work with Maven JavaFX11 (openJFX11) and I noticed that there are many issues with javadoc in NetBeans. After some research I found that there is a bug with NetBeans that doesn't download the source+docs dependecies the right way (I mean it downloads it, but the next step to make it work is that you rename the source+docs files

But after I did that I noticed another docs issue and I have not found any similar topic on this so i dont know if it's just me or somebody have/had the same problem

  • When i type something like this:

private Label label; label.[something...]

  • It only shows some of the docs.
  • It describes object Label the right way
  • After I type the dot, it only tells me about like 1/5 of the docs. Let me show you simple example. enter image description here
  • And here is example of one that works enter image description here

I looked into the javafx docs (.jar) and opened the Note.html and there ARE as the same things as in the docs they have on their websites, including all the methods, etc.

So... Dont you know, where the problem might be? I'm using the openJFX 11


Solution

  • It looks like you have encountered a known issue. See these NetBeans Bug Reports:

    Also see these OpenJFX issues:

    The fix is being implemented through a pull request for NetBeans 1396.

    That fix is already included in NetBeans 11.3 which has a target release date of "January 15, 2020".