[
https://issues.apache.org/jira/browse/CHAIN-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter resolved CHAIN-91.
----------------------------------
Resolution: Fixed
Fixed in r1495718. I have implemented the changes in the same not-thread-safe
manner as the base commands were implemented before. Thread safety will be
handled by CHAIN-96.
> 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