On Wed, 29 Sep 2004 12:04:45 +0200, Pierre van Rooden <[EMAIL PROTECTED]> wrote: > Kees Jongenburger wrote: > > -in the bridge bij adding the methods > > -in the ClassToXML (used by the rmmci ) so that those methods are always wrapped > > -in the test case nodeA.getNumber() == nodeB.getNumber(); > > I see no implementation problem in adding the methods (since Object > already implements these methods).
> Always wrapping methods may not be necessary. > 'Fixing' the testcase only means you don't see the errors. The rmmci implementation of the bridge fills the contract defined by the interfaces. if the interface doesn't define the equals method (and thereby doesn't wrap the method) then is't the test case that is wrong
