You've removed them from the reference guide, but have they been removed from the messages file? Perhaps we should log another bug for that...

David

Laura Stewart (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-1833?page=comments#action_12433510 ] Laura Stewart commented on DERBY-1833:
--------------------------------------

The Reference Guide has been updated. As part of Derby-1566.

The messages were removed:
01J09 01J11 01J03
The message XJ125 was updated to remove "TYPE_SCROLL_SENSITIVE or "


Remove messages made unused by implementation of DERBY-690 and DERBY-775
------------------------------------------------------------------------

                Key: DERBY-1833
                URL: http://issues.apache.org/jira/browse/DERBY-1833
            Project: Derby
         Issue Type: Improvement
   Affects Versions: 10.2.1.0, 10.3.0.0, 10.2.2.0
           Reporter: Dag H. Wanvik
           Priority: Minor

The implementation of scrollable insensitive result sets
made some warning messages redundant. They should be removed.
01J09
01J11
01J03
For XJ125 we should consider removing "sensitive" from text since it is
not currently supported:
XJ125.S=This method should only be called on ResultSet objects that
        are scrollable (type TYPE_SCROLL_SENSITIVE or
TYPE_SCROLL_INSENSITIVE).
->
XJ125.S=This method should only be called on ResultSet objects that
are scrollable (type TYPE_SCROLL_INSENSITIVE).

Reply via email to