Hi, On Wed, 2006-07-12 at 19:24 +0200, Mario Torre wrote: > This patch is hopefully a fix for clone method in > gnu.java.security.OID.java > Can someone please comment on this?
Maybe Casey knows more since he seems to have written the original. I'll just note that your implementation does copy the relative boolean field which the old code didn't do (I suspect that was a bug in the old code). > 2006-07-12 Mario Torre <[EMAIL PROTECTED]> > > * gnu/java/security/OID.java (clone): Fixed. That is not a very good comment. What about: 'Implemented using super.clone()' to describe what you did? Cheers, Mark