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

Javadoc of custom controls shows links to impl_* methods of its JavaFX superclasses

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 9
    • 8u11
    • javafx

      Create a custom control by extending the Control class. For example:

      public class CustomControl extends javafx.scene.control.Control
      {
      }

      Now run: javadoc CustomControl.java -link http://docs.oracle.com/javase/8/javafx/api/

      You will notice that the generated CustomControl.html file links to impl_* methods of Control, Region, Parent and Node.

      Developers of control libraries would not want their documentation cluttered with links to impl_* methods (which are already broken since JavaFX does not document them).

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

              Created:
              Updated:
              Resolved:
              Imported: