Benedikt Ritter created CHAIN-91:
------------------------------------

             Summary: Split up CopyCommand
                 Key: CHAIN-91
                 URL: https://issues.apache.org/jira/browse/CHAIN-91
             Project: Commons Chain
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Benedikt Ritter
            Assignee: Benedikt Ritter
             Fix For: 2.0


CopyCommand currently does three things:
 * Given a value and a key it overrides an existing key for that value. If no 
key is given, it associates the value with null
 * Given a key, but no value, it removes the key and it's value from the context
 * Given a fromKey and a toKey, it copies the value from fromKey to toKey

This should be split up into three distinct commands: OverrideCommand, 
RemoveCommand and CopyCommand

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