You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2007/10/11 21:13:51 UTC

[jira] Closed: (DERBY-3122) Remove dead code in Clob

     [ https://issues.apache.org/jira/browse/DERBY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-3122.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0

The tests passed. Committed revision 583921.

> Remove dead code in Clob
> ------------------------
>
>                 Key: DERBY-3122
>                 URL: https://issues.apache.org/jira/browse/DERBY-3122
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>    Affects Versions: 10.4.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>             Fix For: 10.4.0.0
>
>         Attachments: d3122.diff
>
>
> org.apache.derby.client.am.Clob has a private field named internalLengthStmt_. It is initialized to null, and it is never set to any other value. It is referred to in the code, but then it is only checked whether it is non-null, in which case its closeX() method is called. I think the field and all the code that uses it can be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.