anyone any idea why RegionBroker.removeConnection() works as it does?

2006-07-21 Thread James Strachan
in http://rafb.net/paste/results/h7qOVA70.html there's // we may be removing the duplicate connection, not the first connection to be created if (oldValue == info) { I'm just wondering about the == operator here. I guess the issue is that a duplicate tries to add a

Re: anyone any idea why RegionBroker.removeConnection() works as it does?

2006-07-21 Thread Hiram Chirino
Yep it looks smelly. I guess it would be best if we created a test case for it showing the problem. On 7/21/06, James Strachan [EMAIL PROTECTED] wrote: in http://rafb.net/paste/results/h7qOVA70.html there's // we may be removing the duplicate connection, not the first connection