Re: bug on to do list reproducable at version 9.0-801

From: Bodor András <bodri(dot)mh3(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: bug on to do list reproducable at version 9.0-801
Date: 2012-02-13 17:03:44
Message-ID: CAFpnbPXeSCoy39tCgmcXJd6Pxir-PVSFCEj5uzwdX5ZouBX21g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Dave,

You can use java reflection, and with the setAccessible(boolean flag)
method of java.lang.reflect.Method you can invoke anything.
Andras

> Currently all of our test code is in the test.org.postgresql....
> package(s) however I can't get access to one of the protected methods
> from there.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-02-13 17:07:46 Re: bug on to do list reproducable at version 9.0-801
Previous Message Kevin Grittner 2012-02-13 16:49:41 Re: non-trivial finalize() on AbstractJdbc2Statement