Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Maven artifacts org.openjfx:javafx-controls and friends use a jar with classifier for each operating system for the actual classes, javafx-controls is only an empty shell. If I understand correctly, sources / javadoc are attached in maven by having additional artifacts with the classifiers "sources" and "javadoc". Both are available for javafx-controls etc., but NetBeans doesn't use them for javafx-controls (linux) (the platform specific version with the actual classes). I think that's a bug, NetBeans should use the sources and javadoc artifacts for all artifacts of the same groupId + artifactId.
Steps to reproduce:
- Download attached maven project
- Right click Dependencies -> Download Javadoc + Download Sources
- Open App.java, see that no source / docs are attached for javafx.application.Application
Attachments
Attachments
Issue Links
- is related to
-
NETBEANS-3296 Attaching JavaFX Javadoc and Sources
- Open
- links to