[
https://issues.apache.org/jira/browse/DERBY-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan closed DERBY-5740.
----------------------------------
Resolution: Fixed
Fix Version/s: 10.10.0.0
Assignee: Kristian Waagan
Issue & fix info: (was: Patch Available)
Committed to trunk with revision 1392243.
Closing issue.
> Remove unsued code in
> AlterTableConstantaction.columnDroppedAndTriggerDependencies
> ----------------------------------------------------------------------------------
>
> Key: DERBY-5740
> URL: https://issues.apache.org/jira/browse/DERBY-5740
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 10.9.1.0
> Reporter: Kristian Waagan
> Assignee: Kristian Waagan
> Priority: Trivial
> Labels: derby_triage10_10
> Fix For: 10.10.0.0
>
> Attachments: derby-5740-1a-code_removal.diff
>
>
> The following code is executed, but the results are not used:
> CollectNodesVisitor visitor = new
> CollectNodesVisitor(ColumnReference.class);
> stmtnode.accept(visitor);
> Vector refs = visitor.getList(); <--- never used
> I plan to remove the code, but just want to record it here in case there are
> side-effects by using the visitor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira