David J. M. Karlsen wrote:
Hi!

I have some services that I get from HM. They all extend a common class which implements the toString() method (using ToStringBuilder inside).

If I don't use HiveMind the toString() from the extended class will be called, if I obtain the ifaces through HM services, toString() does nearly nothing (i certainly does not call the parent-class' toString() method). I guess this is a bug!? How can I work around it?

OK - the workaround is to define the toString() method in the interfaces (it's a common interface that the parent class implements).


But still, I don't think HM should override the toString() method with an "empty" one - especially when the toString() is overridden (not implemented by the java.lang.Object class, but by a subclass).

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to