[patch] push code assignments down to where they are used
---------------------------------------------------------

                 Key: DERBY-5017
                 URL: https://issues.apache.org/jira/browse/DERBY-5017
             Project: Derby
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 10.7.1.1
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 10.8.0.0
         Attachments: push_assignments_where_used.diff

code does various assignments at a higher level than the assignments are 
needed, causing code to execute unnecessarily if the expected code path isn't 
taken. Push these assignments down to where they are actually used.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to