36f160d5d481428b1e8bfdd31f502894a55d28ff
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
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 |