RFR: 8059411, RowSetWarning does not chain warnings

Mandy Chung mandy.chung at oracle.com
Mon Sep 29 21:48:43 UTC 2014


On 9/29/14 2:21 PM, Lance Andersen wrote:
> Hi all,
>
>
> Need a reviewer for 8059411 which is a simple fix & test for the fact RowSetWarning does not properly chain warnings.    With the fix, the JCK still passes.
>
> The webrev can be found at http://cr.openjdk.java.net/~lancea/8059411/webrev.00/

Looks ok.

line 132: an alternative for the type casting is:
      RowSetWarning.class.cast(getNextException());

Mandy




More information about the core-libs-dev mailing list