3498d14af7d6f76516b89574bd12d312223d6d7e
Files Diff
- Added: 5
- Removed: 5
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getValue() : ModClusterConfiguration renamed to public get() : ModClusterConfiguration in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Rename Method public getBuilder(listenerName String, statusInterval Duration) : CapabilityServiceBuilder<Void> renamed to public getServiceConfigurator(listenerName String, statusInterval Duration) : CapabilityServiceConfigurator in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterBuilderProvider | From | To | |
Rename Method public getBuilder(connector String, statusInterval Duration) : CapabilityServiceBuilder<Void> renamed to public getServiceConfigurator(connector String, statusInterval Duration) : CapabilityServiceConfigurator in class org.wildfly.extension.mod_cluster.ContainerEventHandlerAdapterServiceConfiguratorProvider | From | To | |
Change Return Type | 6 | ||
Change Return Type Builder<Void> to ServiceConfigurator in method public configure(support CapabilityServiceSupport) : ServiceConfigurator in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator | From | To | |
Change Return Type ServiceBuilder<Void> to ServiceBuilder<?> in method public build(target ServiceTarget) : ServiceBuilder<?> in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator | From | To | |
Change Return Type Builder<ModClusterConfiguration> to ServiceConfigurator in method public configure(context OperationContext, model ModelNode) : ServiceConfigurator in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Change Return Type CapabilityServiceBuilder<Void> to CapabilityServiceConfigurator in method public getServiceConfigurator(connector String, statusInterval Duration) : CapabilityServiceConfigurator in class org.wildfly.extension.mod_cluster.ContainerEventHandlerAdapterServiceConfiguratorProvider | From | To | |
Change Return Type CapabilityServiceBuilder<Void> to CapabilityServiceConfigurator in method public getServiceConfigurator(listenerName String, statusInterval Duration) : CapabilityServiceConfigurator in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterBuilderProvider | From | To | |
Change Return Type ServiceBuilder<ModClusterConfiguration> to ServiceBuilder<?> in method public build(target ServiceTarget) : ServiceBuilder<?> in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Rename Class | 4 | ||
Rename Class org.wildfly.extension.mod_cluster.ContainerEventHandlerAdapterBuilderProvider renamed to org.wildfly.extension.mod_cluster.ContainerEventHandlerAdapterServiceConfiguratorProvider | From | To | |
Rename Class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceBuilder renamed to org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Rename Class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapter renamed to org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterService | From | To | |
Rename Class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterBuilder renamed to org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type builder : ServiceBuilder<ModClusterConfiguration> to builder : ServiceBuilder<?> in method public build(target ServiceTarget) : ServiceBuilder<?> in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Change Variable Type outboundSocketBindingValueDependency : ValueDependency<OutboundSocketBinding> to outboundSocketBindingValueDependency : Supplier<OutboundSocketBinding> in method public get() : ModClusterConfiguration in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Change Variable Type provider : ContainerEventHandlerAdapterBuilderProvider to provider : ContainerEventHandlerAdapterServiceConfiguratorProvider in method public performBoottime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.wildfly.extension.mod_cluster.ModClusterSubsystemAdd | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type service : ValueDependency<UndertowService> to service : SupplierDependency<UndertowService> in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator | From | To | |
Change Attribute Type sslContextDependency : ValueDependency<SSLContext> to sslContextDependency : SupplierDependency<SSLContext> in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Change Attribute Type advertiseSocketDependency : ValueDependency<SocketBinding> to advertiseSocketDependency : SupplierDependency<SocketBinding> in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To | |
Change Attribute Type listener : ValueDependency<UndertowListener> to listener : SupplierDependency<UndertowListener> in class org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterServiceConfigurator | From | To | |
Change Attribute Type outboundSocketBindings : List<ValueDependency<OutboundSocketBinding>> to outboundSocketBindings : List<SupplierDependency<OutboundSocketBinding>> in class org.wildfly.extension.mod_cluster.ModClusterConfigurationServiceConfigurator | From | To |