Ernie Rael created NETBEANS-3768: ------------------------------------ Summary: Library source handling does not respect module-info Key: NETBEANS-3768 URL: https://issues.apache.org/jira/browse/NETBEANS-3768 Project: NetBeans Issue Type: Bug Components: java - Project, java - Source Affects Versions: 11.3 Environment: NB-11.3beta1, jdk-13, Win7 Reporter: Ernie Rael Fix For: 11.3
After creating a library from javafx-sdk-13.0.2, including source (had to unzip source and add each of the 7 top level zip directories as a folder), almost all import statements are red underlined with an error. From within a javafx source file, "Go To Source", "Go To Declaration" do not work. For example for Label.java there is {code:java} import javafx.beans.property.ObjectProperty; {code} in the editor we get the popup error {quote}package javafx.beans.property is not visible (package javafx.beans.property is declared in the unnamed module, but module javafx.beans.property does not read it) {quote} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists