This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.
*** Bug 202380 has been marked as a duplicate of this bug. ***
I also have no code completion in FXML files in 7.1 final. The ide log shows this error even if I have a functioning internet connection: > java.io.FileNotFoundException: http://javafx.com/fxml > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1610) > at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) > at org.netbeans.modules.xml.retriever.impl.URLResourceRetriever.getInputStreamOfURL(URLResourceRetriever.java:171) > Caused: java.io.FileNotFoundException: http://javafx.com/fxml > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:525) > at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1661) Is it possible that the namespac-URI is tried for schema loading?
Basic completion was implemented, connection of class tags with import should be implemented as part of the 'organize imports' task.