You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/06/22 23:39:26 UTC

[jira] Resolved: (HARMONY-2507) [classlib][concurrent]j.u.c.ConcurrentHashMap has extra public method clone

     [ https://issues.apache.org/jira/browse/HARMONY-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-2507.
----------------------------------

    Resolution: Duplicate
      Assignee: Tim Ellison

HARMONY-3811 is a fuller version this issue.  Closing as a duplicate of that.


> [classlib][concurrent]j.u.c.ConcurrentHashMap has extra public method clone
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-2507
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2507
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Nikolay Kuznetsov
>            Assignee: Tim Ellison
>            Priority: Minor
>
> j.u.c.ConcurrentHashMap has extra public method clone(), while javadoc does not specifies it. Need to be moved to protected and should throw 
> CloneNotSupported exception if subclasses does not implement Cloneable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.