5dc6a1670c66e74ae802b5245634522ca8b483be
Files Diff
- Added: 7
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method package getChannelFactory(name String) : ChannelFactory renamed to package getCommandDispatcherFactory(name String) : CommandDispatcherFactory in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Method public getJGroupsChannels() : Map<String,String> renamed to public getClusterNames() : Map<String,String> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Method package getJGroupsInjector(name String) : Injector<ChannelFactory> renamed to package getCommandDispatcherFactoryInjector(name String) : Injector<CommandDispatcherFactory> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type channelFactory : ChannelFactory to commandDispatcherFactory : CommandDispatcherFactory in method package createBroadcastGroupConfiguration(name String, config BroadcastGroupConfiguration, commandDispatcherFactory CommandDispatcherFactory, channelName String) : BroadcastGroupConfiguration in class org.wildfly.extension.messaging.activemq.BroadcastGroupAdd | From | To | |
| Change Parameter Type channelFactory : ChannelFactory to commandDispatcherFactory : CommandDispatcherFactory in method package createDiscoveryGroupConfiguration(name String, config DiscoveryGroupConfiguration, commandDispatcherFactory CommandDispatcherFactory, channelName String) : DiscoveryGroupConfiguration in class org.wildfly.extension.messaging.activemq.DiscoveryGroupAdd | From | To | |
| Rename Variable | 12 | ||
| Rename Variable broadcastGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.BroadcastGroupAdd | From | To | |
| Rename Variable channelName : String to clusterName : String in method protected createBroadcastEndpointFactory(overrideProperties ConnectionFactoryProperties) : BroadcastEndpointFactory in class org.wildfly.extension.messaging.activemq.ActiveMQResourceAdapter | From | To | |
| Rename Variable broadcastGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.BroadcastGroupRemove | From | To | |
| Rename Variable channelName : String to clusterName : String in method public execute(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.ServerAdd.performRuntime.addStep | From | To | |
| Rename Variable discoveryGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.DiscoveryGroupRemove | From | To | |
| Rename Variable channelFactoryName : String to key : String in method protected createBroadcastEndpointFactory(overrideProperties ConnectionFactoryProperties) : BroadcastEndpointFactory in class org.wildfly.extension.messaging.activemq.ActiveMQResourceAdapter | From | To | |
| Rename Variable discoveryGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.DiscoveryGroupAdd | From | To | |
| Rename Variable channelName : String to clusterName : String in method public start(context StartContext) : void in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Variable channelFactory : ModelNode to channel : ModelNode in method public execute(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.ServerAdd.performRuntime.addStep | From | To | |
| Change Return Type | 2 | ||
| Change Return Type ChannelFactory to CommandDispatcherFactory in method package getCommandDispatcherFactory(name String) : CommandDispatcherFactory in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Change Return Type Injector<ChannelFactory> to Injector<CommandDispatcherFactory> in method package getCommandDispatcherFactoryInjector(name String) : Injector<CommandDispatcherFactory> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute CHANNEL_FACTORY_CAPABILITY : RuntimeCapability<Void> to COMMAND_DISPATCHER_FACTORY_CAPABILITY : RuntimeCapability<Void> in class org.wildfly.extension.messaging.activemq.DiscoveryGroupDefinition | From | To | |
| Rename Attribute CHANNEL_FACTORY_CAPABILITY : RuntimeCapability<Void> to COMMAND_DISPATCHER_FACTORY_CAPABILITY : RuntimeCapability<Void> in class org.wildfly.extension.messaging.activemq.BroadcastGroupDefinition | From | To | |
| Rename Attribute jgroupFactories : Map<String,ChannelFactory> to commandDispatcherFactories : Map<String,CommandDispatcherFactory> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Attribute jgroupsChannels : Map<String,String> to clusterNames : Map<String,String> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type broadcastGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.BroadcastGroupAdd | From | To | |
| Change Variable Type broadcastGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.BroadcastGroupRemove | From | To | |
| Change Variable Type discoveryGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.DiscoveryGroupAdd | From | To | |
| Change Variable Type discoveryGroupName : String to address : PathAddress in method protected recordCapabilitiesAndRequirements(context OperationContext, operation ModelNode, resource Resource) : void in class org.wildfly.extension.messaging.activemq.DiscoveryGroupRemove | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type jgroupFactories : Map<String,ChannelFactory> to commandDispatcherFactories : Map<String,CommandDispatcherFactory> in class org.wildfly.extension.messaging.activemq.ActiveMQServerService | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter channelFactory : ChannelFactory to commandDispatcherFactory : CommandDispatcherFactory in method package createBroadcastGroupConfiguration(name String, config BroadcastGroupConfiguration, commandDispatcherFactory CommandDispatcherFactory, channelName String) : BroadcastGroupConfiguration in class org.wildfly.extension.messaging.activemq.BroadcastGroupAdd | From | To | |
| Rename Parameter channelFactory : ChannelFactory to commandDispatcherFactory : CommandDispatcherFactory in method package createDiscoveryGroupConfiguration(name String, config DiscoveryGroupConfiguration, commandDispatcherFactory CommandDispatcherFactory, channelName String) : DiscoveryGroupConfiguration in class org.wildfly.extension.messaging.activemq.DiscoveryGroupAdd | From | To |