ac3c8b90b2f042446e3ece3acbefcfe879806f53
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected bindProperties(properties Map<String,String>) : void renamed to protected bindEnvProperties(prefix String, properties Map<String,String>) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
Inline Method | 1 | ||
Inline Method protected bindProperties(prefix String, properties Map<String,String>) : void inlined to protected bindEnvProperties(prefix String, properties Map<String,String>) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
Extract Method | 1 | ||
Extract Method protected bindProperties(prefix String, properties Iterable<Map.Entry<K,V>>, skipUnresolved boolean) : void extracted from protected bindProperties(prefix String, properties Iterable<Map.Entry<K,V>>) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To |