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


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.

Reply via email to