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

Encapsulate JavaFX impl_* implementation methods

XMLWordPrintable

    • b123

      As part of the Jigsaw development all com.sun.* JavaFX packages will be encapsulate by virtue of the fact that these packages are not exported. However we still have many public and protected implementation methods in public classes of exported javafx.* packages that are visible.

      Currently, these methods are all listed as deprecated and are hidden from javadoc with an "@treatAsPrivate" annotation. However, they are still publicly visible and applications could (and some do) rely on these implementation details.

      We need to encapsulate these implementation methods as well.

            ckyang Chien Yang (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: