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
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.