24e26e78eef1c332130ea11ec3ae7aed5ce7e4ac
Files Diff
- Added: 6
- Removed: 6
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public InfinispanBeanManagerFactoryServiceConfigurator(support CapabilityServiceSupport, name String, context BeanContext, configuration BeanManagerFactoryServiceConfiguratorConfiguration) renamed to public configure(support CapabilityServiceSupport) : ServiceConfigurator in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManagerFactoryServiceConfigurator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type configurator : ServiceConfigurator to configurator : CapabilityServiceConfigurator in method public DistributableCacheFactoryServiceConfigurator(name ServiceName, configurator CapabilityServiceConfigurator) in class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryServiceConfigurator | From | To | |
Change Return Type | 2 | ||
Change Return Type ServiceConfigurator to CapabilityServiceConfigurator in method public getBeanManagerFactoryServiceConfigurator(context BeanContext) : CapabilityServiceConfigurator in class org.wildfly.clustering.ejb.BeanManagerFactoryServiceConfiguratorFactory | From | To | |
Change Return Type ServiceConfigurator to CapabilityServiceConfigurator in method public getBeanManagerFactoryServiceConfigurator(context BeanContext) : CapabilityServiceConfigurator in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManagerFactoryServiceConfiguratorFactory | From | To | |
Rename Class | 3 | ||
Rename Class org.jboss.as.ejb3.cache.simple.SimpleCacheFactoryBuilderService renamed to org.jboss.as.ejb3.cache.simple.SimpleCacheFactoryBuilderServiceConfigurator | From | To | |
Rename Class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderService renamed to org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceConfigurator | From | To | |
Rename Class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryService renamed to org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryServiceConfigurator | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceNameProvider from classes [org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceConfigurator] | From | To | |
Extract Superclass org.jboss.as.ejb3.cache.CacheFactoryBuilderServiceNameProvider from classes [org.jboss.as.ejb3.cache.simple.SimpleCacheFactoryBuilderServiceConfigurator] | From | To | |
Extract Variable | 3 | ||
Extract Variable name : ServiceName in method public build(target ServiceTarget) : ServiceBuilder<?> from class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryServiceConfigurator | From | To | |
Extract Variable target : ServiceTarget in method public configure(context DeploymentPhaseContext, description ComponentDescription, configuration ComponentConfiguration) : void from class org.jboss.as.ejb3.component.stateful.StatefulComponentDescription.createConfiguration.add | From | To | |
Extract Variable name : ServiceName in method public build(target ServiceTarget) : ServiceBuilder<?> from class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryBuilderServiceConfigurator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type configurator : ServiceConfigurator to configurator : CapabilityServiceConfigurator in class org.jboss.as.ejb3.cache.distributable.DistributableCacheFactoryServiceConfigurator | From | To | |
Change Attribute Type cache : SupplierDependency<Cache> to cache : SupplierDependency<Cache<?,?>> in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManagerFactoryServiceConfigurator | From | To |