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

Mamta A. Satoor updated DERBY-5740:
-----------------------------------

    Urgency: Normal
     Labels: derby_triage10_10  (was: )
    
> 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
>            Priority: Trivial
>              Labels: derby_triage10_10
>         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

Reply via email to