Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093068

Eliminate split packages across JavaFX modules

XMLWordPrintable

      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).

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: