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

EditorKit.clone() method should be complied with the Object.clone() conventions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 8-pool
    • 1.4.2
    • client-libs

        The javadoc for javax.swing.text.EditorKit.clone() method states:
        "...
        If the kit cannot be cloned, null is returned.
        ...
        "
        ------------------------------------------------------
        This contradicts with Object.clone() contract:
        "...
        Returns:
         a clone of this instance.
        Throws:
         CloneNotSupportedException - if the object's class does not support the Cloneable interface. Subclasses that override the clone method can also throw this exception to indicate that an instance cannot be cloned.
        ...
        "

        and CloneNotSupportedException class general contract:
        "...
        Applications that override the clone() method can also throw this exception to indicate that an object could not or should not be cloned.
        ...
        "
        ------------------
        The spec must claim that clone() either:
        1. returns non-null value or
        2. throws CloneNotSupportedException.
        ---------------------------------------------------------
        ###@###.### 2005-06-16 15:20:03 GMT

              malenkov Sergey Malenkov (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: