[
https://issues.apache.org/jira/browse/DERBY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-3122:
--------------------------------------
Attachment: d3122.diff
d3122.diff removes the variable and the code that uses it. I have started the
tests in case I've missed something.
> 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
> 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.