I'll look at this shortly. I think deep clones are appropriate. -Andy
Jason Height wrote: > Hi Everyone, > > I have implemented a largish patch to support cloning of sheets. I have > implemented a clone method on a great number of the Record derived classes. > > Please find enclosed a patch that will support cloning of sheets. I > would like to get any comments back on it before it gets committed. One > thing i have to do is add myself to the author tags and finish > implementing the clone method for all Record derived classes. > > I implemented all clones as deep clones, After doing all of that I > realized that for the most part only shallow clones are required!! > (since mainly primatives and Strings are used), and it could have been > implemented by the Record class implementing the Cloneable interface :-( > Only a few records truly need to be deep cloned. > > I can change it to use shallow cloning if required. > > Jason > > > > > ------------------------------------------------------------------------ > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
