Blocks :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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).
|