RE: PATCH : ExternalXid
"Day, Jem BGI WAC" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <A85895DA0338D411B9E900508B950CC90267CB87@calntexc012.insidelive.net> |
Tim, Your wish is my comand :-) J -----Original Message----- From: Tim Anderson [mailto:tima-k+1zm/[email protected]] Sent: Thursday, February 06, 2003 5:59 AM To: Day, Jem BGI WAC; [ML] openJMS - Dev (E-mail) Subject: RE: [openjms-developer] PATCH : ExternalXid Thanks Jem - patch applied. For your next patch ;) could you submit them in unified diff format? It makes them easier to apply. Eg: cvs diff -u <file> > patch.txt Thanks, Tim > -----Original Message----- > From: openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Day, > Jem BGI WAC > Sent: Thursday, February 06, 2003 5:55 AM > To: [ML] openJMS - Dev (E-mail) > Subject: [openjms-developer] PATCH : ExternalXid > > > > Subtle optimization patches... > > Changed copy-constructor to use System.arraycopy. > Changed Externalizable methods removing for-loop construct(s). > > Result - less code :-) > > Attached is the complete changed file and a jUnit Test case. > > >