Thread: [Patch] Findbugs warnings

[Patch] Findbugs warnings

From
Jesper Pedersen
Date:
Hi.

I have uploaded the first version of the findbugs patch to:

 http://wiki.postgresql.org/wiki/JDBC-Findbugs

Still development to do - but this is a start.

Best regards,
 Jesper

Re: [Patch] Findbugs warnings

From
Kris Jurka
Date:

On Tue, 30 Jun 2009, Jesper Pedersen wrote:

> I have uploaded the first version of the findbugs patch to:
>
> http://wiki.postgresql.org/wiki/JDBC-Findbugs

As discussed previously the JDBC driver still supports JDK1.4, so we can't
use any of the valueOf changes.

I have committed the fix to the prepareStatement code as that's a clear
bug.

Kris Jurka