Re: [jcs] Request for review

2012-06-05 Thread Gary Gregory
Hi all, Note that replacing arrays with collections should not be done without understanding the performance implications... Gary On Jun 5, 2012, at 1:14, "Bruno P. Kinoshita" wrote: > Hi Thomas, > >> Thanks, I'm trying to pull things straight to make it usable it current >> environments. I us

Re: [jcs] Request for review

2012-06-04 Thread Bruno P. Kinoshita
Hi Thomas, Thanks, I'm trying to pull things straight to make it usable it current environments. I use the old version a lot. The code has more than 400 unit tests and a few disabled ones. Some tests tend to fail every now and then (timing dependent). Those problems are hard to spot. I could nee

Re: [jcs] Request for review

2012-06-02 Thread Thomas Vandahl
On 01.06.12 06:31, Bruno P. Kinoshita wrote: > Hi, > > [jcs] seems very interesting :-) and maybe I could use it in some > applications too (or at least knowing about it may help). Thanks, I'm trying to pull things straight to make it usable it current environments. I use the old version a lot

Re: [jcs] Request for review

2012-05-31 Thread Bruno P. Kinoshita
t >Sent: Thursday, 31 May 2012 1:31 PM >Subject: Re: [jcs] Request for review > >On 31.05.12 03:09, sebb wrote: >> DoubleLinkedList looks incomplete. >> It is parameterised by the node type (which must extend >> DoubleLinkedListNode), but the node content type is not

Re: [jcs] Request for review

2012-05-31 Thread Thomas Vandahl
On 31.05.12 03:09, sebb wrote: > DoubleLinkedList looks incomplete. > It is parameterised by the node type (which must extend > DoubleLinkedListNode), but the node content type is not specified. > > Unfortunately, I don't know how to fix this as I am no generics expert either. Yeah, I failed on t

Re: [jcs] Request for review

2012-05-30 Thread sebb
On 30 May 2012 19:32, Thomas Vandahl wrote: > Hi folks, > > I spent quite some time to introduce generics in JCS. Now I finally > managed to reintegrate the changes into trunk. I would kindly ask for > reviewers. All improvements are welcome as I am no generics-expert. DoubleLinkedList looks inco

[jcs] Request for review

2012-05-30 Thread Thomas Vandahl
Hi folks, I spent quite some time to introduce generics in JCS. Now I finally managed to reintegrate the changes into trunk. I would kindly ask for reviewers. All improvements are welcome as I am no generics-expert. Thanks in advance. Bye, Thomas.