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

unbalanced parenthesis in java.util.EnumMap.clone() Javadoc

    XMLWordPrintable

Details

    Description

      A DESCRIPTION OF THE PROBLEM :
      The Javadoc content for the java.util.EnumMap.clone() method contains an opening parenthesis but no matching closing parenthesis.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Returns a shallow copy of this enum map. (The values themselves are not cloned.)
      ACTUAL -
      Returns a shallow copy of this enum map. (The values themselves are not cloned.

      URL OF FAULTY DOCUMENTATION :
      http://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html#clone--

      Attachments

        Activity

          People

            aroy Abhijit Roy (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: