b9bb5e17dc84fd0a1ddd89f03b7f1d9a29b57ca1
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable mapper : ObjectMapper to jsonToObjectMapper : ObjectMapper in method package provideConfigurationFactory(configurationSource ConfigurationSource, environment Environment, jacksonService JacksonService, bootLogger BootLogger) : ConfigurationFactory in class com.nhl.bootique.BQCoreModule | From | To | |
Rename Variable overrider : Function<JsonNode,JsonNode> to propsOverrider : Function<JsonNode,JsonNode> in method package provideConfigurationFactory(configurationSource ConfigurationSource, environment Environment, jacksonService JacksonService, bootLogger BootLogger) : ConfigurationFactory in class com.nhl.bootique.BQCoreModule | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable pre : String to incomingPath : String in method protected createChild(incomingPath String, remainingPath String) : PathSegment in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Extract Method | 2 | ||
Extract Method protected createChild(incomingPath String, remainingPath String) : PathSegment extracted from private createNext() : PathSegment in class com.nhl.bootique.config.jackson.PathSegment | From | To | |
Extract Method protected filterByPrefix(unfiltered Map<String,String>, prefix String, separator String) : Map<String,String> extracted from public subproperties(prefix String) : Map<String,String> in class com.nhl.bootique.env.DefaultEnvironment | From | To |