Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
There many places over the BaseRowSet (17 times) where we can see the
same quote:
"Primitives and object instances values to be used as JDBC
RowSet command parameters are stored internally as object
instances in an internal Vector object instance. Subsequent
calls to getParams ouput an object array of the current
command parameters that is a direct representation of the
current internal command parameters."
That would be a good spec refinement to move this piece of spec to
the top of class description.
There many places over the BaseRowSet (11 times) where we can see the
same quote:
"NOTE: The method getParams is called internally; it is never
called by an application programmer directly."
That would be a good spec refinement to move this piece of spec to
the top of class description.
Note also that this assertion has an abstract type. It does not
force application developer to not use it from outside. As this
assertion exists now it quite confusing or at least ambiguous.
======================================================================