https://issues.apache.org/bugzilla/show_bug.cgi?id=47398
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Sebb <[email protected]> 2009-07-26 12:22:11 PST --- Thanks for the patch; it's a useful optimisation. Unfortunately the patch does not work in client-server mode. This is because the ResultCollector clone() method does not call Object.clone(). Patch applied with a fix for the clone() problem: URL: http://svn.apache.org/viewvc?rev=797975&view=rev Log: Bug 47398 - SampleEvents are sent twice over RMI in distributed testing and non gui mode -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
