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

Constructor KeyEvent(Component, int, long, int,int) has no javadoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • docs
    • beta
    • sparc
    • solaris_2.6



      Name: dsR10051 Date: 01/23/2001


      The constructor
      java.awt.event.KeyEvent.KeyEvent(Component source, int id, long when, int modifiers, int keyCode)
      has no javadoc comment. This method is declared as deprecated, but
      the supposed javadoc comment is C++ comment instead, additional asterisk missed.
      Here is fragment of src:
      ---
       * @(#)KeyEvent.java 1.46 00/12/18
      ...
          /*
      ^^^^^^^
           * @deprecated, as of JDK1.1 - Do NOT USE; will be removed in 1.1.1.
           */
          public KeyEvent(Component source, int id, long when, int modifiers,
                          int keyCode) {
      ...
      ---

      ======================================================================

            sharonz Sharon Zakhour (Inactive)
            sdasunw Sda Sda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: