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

All impl_* methods must be hidden from javadoc and marked as deprecated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 7u6
    • 7u6
    • javafx
    • web

      A method or field that is to be hidden needs three things:

      1) @treatAsPrivate javadoc comment
      2) @deprecated javadoc comment
      3) @Deprecated pragma on the method

      The following impl_ methods are "leaking" into the public API as a result of a missing "@treatAsPrivate" javadoc tag:

      impl_getScale() - Method in class javafx.scene.web.WebView
      impl_setScale(double) - Method in class javafx.scene.web.WebView

            vbaranov Vasiliy Baranov (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: