Re: [Collections] NodeCachingLinkedList serialization / license issues?

2002-12-10 Thread Jeff Varszegi
> Also, I have some concerns about the code for > NodeCachingLinkedList. It looks like a lot of the code has been copied > from Sun's LinkedList implementation. If I understand correctly, this > makes the code unsuitable for inclusion in an Apache project. > I didn't know about these sorts of re

Re: [Collections] NodeCachingLinkedList serialization / license issues?

2002-12-08 Thread Rich Dougherty
> This change makes this class unable to deserialize prior serialized > forms of this class. I'm not a committer, but I'd like to suggest that > such a change be voted on prior to inclusion. In order to retain the > ability to > deserialize prior versions, readObject must issue a readInt call (to >

Re: [Collections] NodeCachingLinkedList serialization / license issues?

2002-12-08 Thread Tom Drake
t call (to retreive the int compatibility version) before continuing deserialization. Tom Drake - Original Message - From: "Rich Dougherty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 12:47 AM Subject: [Collections] NodeCachingLinkedLis