Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] Bug 291380 - Regression: NPE when runningQueryExecutionTimeSetOnBuildObjectTest on JDK 1.5

Awesome - thanks for verifying. 
-----Original Message-----
From: Andrei Ilitchev
Sent: Tuesday, October 06, 2009 9:11 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] Bug 291380 - Regression: NPE when runningQueryExecutionTimeSetOnBuildObjectTest on JDK 1.5

I copied this code from our class NonSynchronizedVector, then applied the necessary change
(the problem was NonSynchronizedSubVector inheriting the method from NonSynchronizedVector).
----- Original Message -----
From: "Peter Krogh" <peter.krogh@xxxxxxxxxx>
To: "Dev mailing list for Eclipse Persistence Services" <eclipselink-dev@xxxxxxxxxxx>
Sent: Monday, October 05, 2009 8:22 PM
Subject: Re: [eclipselink-dev] Bug 291380 - Regression: NPE when runningQueryExecutionTimeSetOnBuildObjectTest on JDK 1.5

> Thank you andrei.  I looked at your code.  The toArray method looks 
> copied from somewhere.  Is it from jaca.util.vector?  My concern is 
> that we can legally copy it.
>
> (This message was clumsily thumbed on my iPhone)
>
> Peter Krogh
>
> On Oct 5, 2009, at 7:11 PM, Andrei Ilitchev 
> <
andrei.ilitchev@xxxxxxxxxx> wrote:
>
>>
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291380
>> Fixed in trunk and 1.2. Reviewed by James.
>> _______________________________________________
>> eclipselink-dev mailing list
>>
eclipselink-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
> _______________________________________________
> eclipselink-dev mailing list
>
eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
>

Back to the top