967b397852bbd8b809edc801e3d5fd0c48200b52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 1 | ||
| Extract Variable commandNames : HashSet<String> in method private sendMembershipUpdate(dest Address) : void from class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector | From | To | |
| Extract Method | 2 | ||
| Extract Method private resolveDestination(routingKey String, commandMessage CommandMessage<?>) : Address extracted from public send(routingKey String, commandMessage CommandMessage<?>, callback CommandCallback<R>) : void in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector | From | To | |
| Extract Method private resolveDestination(routingKey String, commandMessage CommandMessage<?>) : Address extracted from public send(routingKey String, commandMessage CommandMessage<?>) : void in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type consistentHash : ConsistentHash to consistentHash : AtomicReference<ConsistentHash> in class org.axonframework.commandhandling.distributed.jgroups.JGroupsConnector | From | To |