doc typo in Object.clone()

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.2.0
    • Component/s: docs
    • generic
    • generic



      Name: diC59631 Date: 11/12/98


      There are two typos in Object.clone() documentation:

      The phrase:
           will be true, and that the expression:
                 x.close.getClass() == x.getClass()
           will be true, but these are not absolute requirements. While it is typically the case that:
                 x.close.equals(x)

      Should read:
           will be true, and that the expression:
                 x.clone().getClass() == x.getClass()
           will be true, but these are not absolute requirements. While it is typically the case that:
                 x.clone().equals(x)
      (Review ID: 42199)
      ======================================================================

            Assignee:
            Alan Sommerer (Inactive)
            Reporter:
            Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: