These PRs are

[1] https://github.com/apache/netbeans/pull/2331
[NETBEANS-4718] Disallow FXML controller in default package when modular java

[2] https://github.com/apache/netbeans/pull/2333
[NETBEANS-4745] Include immutable objects for fxml editor identification


[1] Is a simple UI validation fix to the JavaFX 2 EmptyFXML wizard. If there is module-info do not allow the XxxController.java in the default package (this avoids a runtime error (and I think default package is prohibited in modular java)). Needs a reviewer.

[2] This has been reviewed by the original author of the code, who approved the PR in the comments andit has been flagged 12.2 milestone.

-ernie


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to