Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
protected void initParams()
"Performs the necessary internal configurations and
initializations to allow any JDBC RowSet implementation to start
using the standard fascilities provided by a BaseRowSet
instance."
Perhaps more strict assertion should be added here. Something like
application should call it after the constructor BaseRowSet()
because this constructor does not invoke it. I guess this is what
it is intended to say.
======================================================================