-
Bug
-
Resolution: Fixed
-
P3
-
8
After removing the builders (see RT-39785) the following implementation packages are the only ones that appear in more than one module, thus violating the restriction that prohibits split packages:
com.sun.javafx (base, graphics)
com.sun.javafx.sg.prism (graphics, web)
com.sun.webkit.dom (graphics, web)
The split packages need to be eliminated by refactoring the classes to be in a different package (or, in the latter case, moving the one class in question to the web module, since that is where it belongs).
com.sun.javafx (base, graphics)
com.sun.javafx.sg.prism (graphics, web)
com.sun.webkit.dom (graphics, web)
The split packages need to be eliminated by refactoring the classes to be in a different package (or, in the latter case, moving the one class in question to the web module, since that is where it belongs).
- blocks
-
JDK-8092093 Modularization support for JavaFX
- Resolved
- relates to
-
JDK-8097131 Move com.sun.webkit.dom.JSObject to web module to avoid split package
- Resolved
-
JDK-8151148 [TEST BUG] Fix imports for com.sun.javafx.Utils
- Resolved
-
JDK-8097261 Webkit build failure caused by RT-40000
- Closed