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: [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

[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