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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 7u6
    • Affects Version/s: 7u6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported: