CommonBorderPaddingBackground

2007-01-11 Thread richardw
Is there any good reason why CommonBorderPaddingBackground and BorderInfo are Cloneable yet don't implement a clone() method? Am I missing something or is this just to confuse any poor maintainers who happen to come along? Regards, Richard

Re: CommonBorderPaddingBackground

2007-01-11 Thread Andreas L Delmelle
On Jan 11, 2007, at 13:41, [EMAIL PROTECTED] wrote: Is there any good reason why CommonBorderPaddingBackground and BorderInfo are Cloneable yet don't implement a clone() method? Wait, let me see... Nope, none at all, it seems. If my method is correct, that is... I tried adding an override

Re: CommonBorderPaddingBackground

2007-01-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Is there any good reason why CommonBorderPaddingBackground and BorderInfo are Cloneable yet don't implement a clone() method? They were cloned in the more ancient parts of the code based, but this seemed to have been removed already some time ago. Thanks for bringing