0e919cbcfd3ced617302253663da60fa79fb5eaa
Files Diff
- Added: 11
- Removed: 5
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testReadConfig_FileUrl() : void renamed to public testGet_FileUrl() : void in class com.nhl.bootique.config.CliConfigurationSourceTest | From | To | |
Rename Method public testReadConfig_ClasspathUrl() : void renamed to public testGet_ClasspathUrl() : void in class com.nhl.bootique.config.CliConfigurationSourceTest | From | To | |
Rename Method public testReadConfig_HttpUrl() : void renamed to public testGet_HttpUrl() : void in class com.nhl.bootique.config.CliConfigurationSource_WebConfigSourceIT | From | To | |
Rename Method public testReadConfig_File() : void renamed to public testGet_File() : void in class com.nhl.bootique.config.CliConfigurationSourceTest | From | To | |
Rename Method public testReadConfig_JarUrl() : void renamed to public testGet_JarUrl() : void in class com.nhl.bootique.config.CliConfigurationSourceTest | From | To | |
Change Return Type | 1 | ||
Change Return Type YamlConfigurationFactory to JsonNodeConfigurationFactory in method private factory(yaml String) : JsonNodeConfigurationFactory in class com.nhl.bootique.config.jackson.JsonNodeConfigurationFactoryTest | From | To | |
Move And Rename Class | 4 | ||
Move And Rename Class com.nhl.bootique.config.JsonPropertiesResolverTest moved and renamed to com.nhl.bootique.config.jackson.JsonNodeUtilsTest | From | To | |
Move And Rename Class com.nhl.bootique.config.JsonPropertiesResolver moved and renamed to com.nhl.bootique.config.jackson.JsonNodeUtils | From | To | |
Move And Rename Class com.nhl.bootique.config.YamlConfigurationFactoryTest moved and renamed to com.nhl.bootique.config.jackson.JsonNodeConfigurationFactoryTest | From | To | |
Move And Rename Class com.nhl.bootique.config.YamlConfigurationFactory moved and renamed to com.nhl.bootique.config.jackson.JsonNodeConfigurationFactory | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute configs : Collection<String> to locations : List<String> in method public CliConfigurationSource(cli Cli, bootLogger BootLogger) in class com.nhl.bootique.config.CliConfigurationSource | From | To | |
Rename Attribute | 1 | ||
Rename Attribute location : String to bootLogger : BootLogger in class com.nhl.bootique.config.CliConfigurationSource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configs : Collection<String> to locations : List<String> in method public CliConfigurationSource(cli Cli, bootLogger BootLogger) in class com.nhl.bootique.config.CliConfigurationSource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type location : String to bootLogger : BootLogger in class com.nhl.bootique.config.CliConfigurationSource | From | To |