34b66a71c273beb8cad748edf22c389d9ea2d615
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 60
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getServerControl(context OperationContext, operation ModelNode) : JMSServerControl renamed to private getServer(context OperationContext, operation ModelNode) : ActiveMQServer in class org.wildfly.extension.messaging.activemq.jms.JMSServerControlHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type queueControl : JMSQueueControl to queueControl : QueueControl in method protected handleAdditionalOperation(operationName String, operation ModelNode, context OperationContext, queueControl QueueControl) : Object in class org.wildfly.extension.messaging.activemq.jms.JMSQueueControlHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable msgId : String to messageID : String in method protected executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSServerControlHandler | From | To | |
Change Return Type | 3 | ||
Change Return Type JMSQueueControl to QueueControl in method private getControl(context OperationContext, operation ModelNode) : QueueControl in class org.wildfly.extension.messaging.activemq.jms.JMSQueueReadAttributeHandler | From | To | |
Change Return Type AbstractQueueControlHandler.DelegatingQueueControl<JMSQueueControl> to AbstractQueueControlHandler.DelegatingQueueControl<QueueControl> in method protected getQueueControl(server ActiveMQServer, queueName String) : AbstractQueueControlHandler.DelegatingQueueControl<QueueControl> in class org.wildfly.extension.messaging.activemq.jms.JMSQueueControlHandler | From | To | |
Change Return Type JMSServerControl to ActiveMQServer in method private getServer(context OperationContext, operation ModelNode) : ActiveMQServer in class org.wildfly.extension.messaging.activemq.jms.JMSServerControlHandler | From | To | |
Move Attribute | 1 | ||
Move Attribute public INITIAL_MESSAGE_PACKET_SIZE : AttributeDefinition from class org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttributes.Regular to public INITIAL_MESSAGE_PACKET_SIZE : AttributeDefinition from class org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttributes.Common | From | To | |
Extract Variable | 2 | ||
Extract Variable managementService : ManagementService in method public executeRuntimeStep(context OperationContext, operation ModelNode) : void from class org.wildfly.extension.messaging.activemq.jms.JMSTopicReadAttributeHandler | From | To | |
Extract Variable managementService : ManagementService in method protected executeRuntimeStep(context OperationContext, operation ModelNode) : void from class org.wildfly.extension.messaging.activemq.jms.JMSTopicControlHandler | From | To | |
Change Variable Type | 7 | ||
Change Variable Type control : TopicControl to control : AddressControl in method protected executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSTopicControlHandler | From | To | |
Change Variable Type control : JMSQueueControl to control : QueueControl in method protected getQueueControl(server ActiveMQServer, queueName String) : AbstractQueueControlHandler.DelegatingQueueControl<QueueControl> in class org.wildfly.extension.messaging.activemq.jms.JMSQueueControlHandler | From | To | |
Change Variable Type control : JMSQueueControl to control : QueueControl in method public executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSQueueReadAttributeHandler | From | To | |
Change Variable Type server : ActiveMQServer to server : JMSServerManager in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSQueueRemove | From | To | |
Change Variable Type control : TopicControl to control : AddressControl in method public executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSTopicReadAttributeHandler | From | To | |
Change Variable Type control : JMSQueueControl to control : QueueControl in method private getControl(context OperationContext, operation ModelNode) : QueueControl in class org.wildfly.extension.messaging.activemq.jms.JMSQueueReadAttributeHandler | From | To | |
Change Variable Type server : ActiveMQServer to server : JMSServerManager in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSTopicRemove | From | To |