3b267954aac2a5e6f8fe771500c7c9720a7e8420
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 31
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.jboss.weld.probe:weld-probe-core:2.3.0.Beta1 | |
Updated | |
From log4j:log4j 1.2.17 To 1.2.16 | |
From log4j:log4j 1.2.16 To 1.2.17 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private switchToActiveMQCoreProtocol(activeMQServer ActiveMQServer, acceptorName String) : ChannelListener<StreamConnection> renamed to private switchToMessagingProtocol(activemqServer ActiveMQServer, acceptorName String, protocolName String) : ChannelListener<StreamConnection> in class org.wildfly.extension.messaging.activemq.HTTPUpgradeService | From | To | |
Rename Variable | 4 | ||
Rename Variable jndiBinding : String to entry : String in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSQueueAdd | From | To | |
Rename Variable jndiBinding : String to entry : String in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSTopicAdd | From | To | |
Rename Variable jndiBinding : String to entry : String in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSQueueRemove | From | To | |
Rename Variable jndiBinding : String to entry : String in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.jms.JMSTopicRemove | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entries : ModelNode to entries : List<String> in method package createConfiguration(context OperationContext, name String, model ModelNode) : ConnectionFactoryConfiguration in class org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAdd | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ENTRIES : ListAttributeDefinition to ENTRIES : StringListAttributeDefinition in class org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttributes.Common | From | To | |
Extract Method | 3 | ||
Extract Method public createJmsQueue(queueName String, jndiName String, attributes ModelNode) : void extracted from public createJmsQueue(queueName String, jndiName String) : void in class org.jboss.as.test.integration.common.jms.ActiveMQProviderJMSOperations | From | To | |
Extract Method public createJmsTopic(topicName String, jndiName String, attributes ModelNode) : void extracted from public createJmsTopic(topicName String, jndiName String) : void in class org.jboss.as.test.integration.common.jms.ActiveMQProviderJMSOperations | From | To | |
Extract Method protected getProtocol() : String extracted from public stop(context StopContext) : void in class org.wildfly.extension.messaging.activemq.HTTPUpgradeService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter activeMQServer : ActiveMQServer to activemqServer : ActiveMQServer in method private switchToMessagingProtocol(activemqServer ActiveMQServer, acceptorName String, protocolName String) : ChannelListener<StreamConnection> in class org.wildfly.extension.messaging.activemq.HTTPUpgradeService | From | To | |
Rename Parameter activemqServerName : String to activeMQServerName : String in method package launchServices(context OperationContext, activeMQServerName String, acceptorName String, model ModelNode) : void in class org.wildfly.extension.messaging.activemq.HTTPAcceptorAdd | From | To |