You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2011/01/26 19:24:45 UTC

[jira] Closed: (THRIFT-996) The clone method does not call super.clone()

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

Bryan Duxbury closed THRIFT-996.
--------------------------------

    Resolution: Fixed

Clone method was removed, so this is no longer an issue.

> The clone method does not call super.clone()
> --------------------------------------------
>
>                 Key: THRIFT-996
>                 URL: https://issues.apache.org/jira/browse/THRIFT-996
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Compiler
>            Reporter: Takashi Yonebayashi
>            Assignee: Bryan Duxbury
>            Priority: Trivial
>
> The standard contract of clone is for objects to call super.clone().  This method is deprecated so either the super call should be added or the clone method should be removed.  This was triggered by FindBugs.  

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