Re: [DBCP] changes in r

2014-04-12 Thread Phil Steitz
Thinking about this some more, I take that back. I don't need to do anything here and the idiom is OK. Sorry for the noise. Phil On 4/12/14, 10:31 AM, Phil Steitz wrote: > The changes to TestConnectionPool to make findbugs happy in r > 1572068 [1] eliminated the explicit close of resources, whi

Re: Bugs in Apache commons collections, version 4.0

2014-04-12 Thread Dipanjan Laha
On Sat, Apr 12, 2014 at 3:18 PM, Thomas Neidhart wrote: > On 04/12/2014 08:41 AM, Dipanjan Laha wrote: > > On Sat, Apr 12, 2014 at 1:04 AM, Thomas Neidhart > > wrote: > > > >> On 04/11/2014 05:52 AM, Dipanjan Laha wrote: > >>> Hi, > >>> > >>> The only issue here is then Collection's equals impleme

RE: [DBCP] changes in r

2014-04-12 Thread Gary Gregory
Go for it. Gary Original message From: Phil Steitz Date:04/12/2014 13:31 (GMT-05:00) To: Commons Developers List Subject: [DBCP] changes in r The changes to TestConnectionPool to make findbugs happy in r 1572068 [1] eliminated the explicit close of resources, which I thin

[DBCP] changes in r

2014-04-12 Thread Phil Steitz
The changes to TestConnectionPool to make findbugs happy in r 1572068 [1] eliminated the explicit close of resources, which I think is not a good practice to promote in the unit tests and it also makes the test harder to follow / modify. Sorry I missed this when the commit was made. Any objections

Re: Bugs in Apache commons collections, version 4.0

2014-04-12 Thread Thomas Neidhart
On 04/12/2014 08:41 AM, Dipanjan Laha wrote: > On Sat, Apr 12, 2014 at 1:04 AM, Thomas Neidhart > wrote: > >> On 04/11/2014 05:52 AM, Dipanjan Laha wrote: >>> Hi, >>> >>> The only issue here is then Collection's equals implementation would need >>> to check individually whether the Collection also