0f54e0da7e91da5d226709f50c5a40b9ec8bfd89
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type jndiName : String to jndiName : ContextNames.BindInfo in method public XaDataSourceService(dsName String, jndiName ContextNames.BindInfo, classLoader ClassLoader) in class org.jboss.as.connector.subsystems.datasources.XaDataSourceService | From | To | |
Change Parameter Type jndiName : String to bindInfo : ContextNames.BindInfo in method private startDataSource(dataSourceService AbstractDataSourceService, bindInfo ContextNames.BindInfo, moduleDescription EEModuleDescription, context ResolutionContext, serviceTarget ServiceTarget, valueSourceServiceBuilder ServiceBuilder, injector Injector<ManagedReferenceFactory>, securityEnabled boolean) : void in class org.jboss.as.connector.deployers.datasource.DataSourceDefinitionInjectionSource | From | To | |
Change Parameter Type jndiName : String to jndiName : ContextNames.BindInfo in method public LocalDataSourceService(dsName String, jndiName ContextNames.BindInfo) in class org.jboss.as.connector.subsystems.datasources.LocalDataSourceService | From | To | |
Change Parameter Type jndiName : String to jndiName : ContextNames.BindInfo in method public LocalDataSourceService(dsName String, jndiName ContextNames.BindInfo, classLoader ClassLoader) in class org.jboss.as.connector.subsystems.datasources.LocalDataSourceService | From | To | |
Change Parameter Type jndiName : String to jndiName : ContextNames.BindInfo in method protected AbstractDataSourceService(dsName String, jndiName ContextNames.BindInfo, classLoader ClassLoader) in class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService | From | To | |
Change Parameter Type jndiName : String to jndiName : ContextNames.BindInfo in method public XaDataSourceService(dsName String, jndiName ContextNames.BindInfo) in class org.jboss.as.connector.subsystems.datasources.XaDataSourceService | From | To | |
Extract Variable | 2 | ||
Extract Variable bindInfo : ContextNames.BindInfo in method public execute(context OperationContext, operation ModelNode) : void from class org.jboss.as.connector.subsystems.datasources.DataSourceDisable.execute.addStep | From | To | |
Extract Variable bindInfo : ContextNames.BindInfo in method protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void from class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceRemove | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type jndiName : String to jndiName : ContextNames.BindInfo in class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getServiceName(bindInfo ContextNames.BindInfo) : ServiceName extracted from private startDataSource(dataSourceService AbstractDataSourceService, jndiName String, driverName String, serviceTarget ServiceTarget, registration ManagementResourceRegistration, resource Resource, managementName String, securityEnabled boolean) : void in class org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentInstallProcessor & moved to class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService | From | To | |
Extract And Move Method public getServiceName(bindInfo ContextNames.BindInfo) : ServiceName extracted from protected performRuntime(context OperationContext, operation ModelNode, model ModelNode) : void in class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceAdd & moved to class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jndiName : String to bindInfo : ContextNames.BindInfo in method private startDataSource(dataSourceService AbstractDataSourceService, bindInfo ContextNames.BindInfo, moduleDescription EEModuleDescription, context ResolutionContext, serviceTarget ServiceTarget, valueSourceServiceBuilder ServiceBuilder, injector Injector<ManagedReferenceFactory>, securityEnabled boolean) : void in class org.jboss.as.connector.deployers.datasource.DataSourceDefinitionInjectionSource | From | To |