c87146511e216819e62beb40d87eeaf9ad552722
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public should_create_on_the_fly_profile_overriding_option() : void renamed to public should_create_derived_profile_overriding_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Rename Method public should_create_on_the_fly_profile_with_new_option() : void renamed to public should_create_derived_profile_with_new_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Push Down Method | 1 | ||
Push Down Method private TypesafeDriverConfigProfile(base Config, extras Config) from class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigProfile to package Derived(baseProfile Base, addedOptions Config) from class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigProfile.Derived | From | To | |
Rename Variable | 4 | ||
Rename Variable profileConfigs : ConfigObject to profilesObject : ConfigObject in method private extractProfiles(sourceConfig Config) : Map<String,Config> in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Rename Variable profileValue : ConfigValue to profileObject : ConfigValue in method private extractProfiles(sourceConfig Config) : Map<String,Config> in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Rename Variable copy : DriverConfigProfile to derived : DriverConfigProfile in method public should_create_derived_profile_overriding_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Rename Variable copy : DriverConfigProfile to derived : DriverConfigProfile in method public should_create_derived_profile_with_new_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Return Type | 1 | ||
Change Return Type DriverConfig to TypeSafeDriverConfig in method private parse(configString String) : TypeSafeDriverConfig in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type | 6 | ||
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_inherit_option_in_profile() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_override_option_in_profile() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_load_minimal_config_with_required_options_and_no_profiles() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_create_derived_profile_overriding_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_load_config_with_no_profiles_and_optional_values() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Change Variable Type config : DriverConfig to config : TypeSafeDriverConfig in method public should_create_derived_profile_with_new_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfigTest | From | To | |
Extract Method | 1 | ||
Extract Method private extractProfiles(sourceConfig Config) : Map<String,Config> extracted from public TypeSafeDriverConfig(config Config, optionArrays DriverOption[]...) in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type defaultProfile : TypesafeDriverConfigProfile to defaultProfile : TypesafeDriverConfigProfile.Base in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Change Attribute Type profiles : ConcurrentMap<String,TypesafeDriverConfigProfile> to profiles : Map<String,TypesafeDriverConfigProfile.Base> in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Rename Parameter | 3 | ||
Rename Parameter base : Config to addedOptions : Config in method package Derived(baseProfile Base, addedOptions Config) in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigProfile.Derived | From | To | |
Rename Parameter config : Config to sourceConfig : Config in method private extractProfiles(sourceConfig Config) : Map<String,Config> in class com.datastax.oss.driver.internal.core.config.typesafe.TypeSafeDriverConfig | From | To | |
Rename Parameter v : Object to value : Object in method private with(option DriverOption, value Object) : DriverConfigProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigProfile | From | To |