Pull request: Use .valueOf()

From: Jesper Pedersen <jesper(dot)pedersen(at)jboss(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Pull request: Use .valueOf()
Date: 2012-05-17 16:43:53
Message-ID: 4FB52AC9.1020504@jboss.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I have changed the code to use .valueOf() and thereby fixing the
findbugs reports for that area. Also results in a small performance
improvement.

Required is Java 1.5.

PR: https://github.com/pgjdbc/pgjdbc/pull/4

Best regards,
Jesper

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mikko Tiihonen 2012-05-17 17:00:43 Connection-fail-over
Previous Message Muhammad Altaf 2012-05-16 00:10:12 Re: Re: Issues with IN-OUT parameters for Array of Objects in EDB using Java