ddfef84376cd330fd8634b8857f730d681101b32
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected bindEnvProperties(prefix String, properties Map<String,String>) : void renamed to protected bindProperties(prefix String, properties Map<String,String>) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
| Rename Variable | 3 | ||
| Rename Variable actual : String to resolved : String in method private resolvePlaceholder(placeholderName String) : String in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
| Rename Variable actual : String to resolvedPlaceholder : String in method protected bindProperties(prefix String, properties Iterable<Map.Entry<K,V>>, skipUnresolved boolean) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
| Rename Variable f : File to file : File in method protected bindConf(confDir File) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private PATTERN : Pattern from class org.eclipse.che.inject.CheBootstrap to private PATTERN : Pattern from class org.eclipse.che.inject.StringArrayConverter | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private PATTERN : Pattern in class org.eclipse.che.inject.StringArrayConverter | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.eclipse.che.inject.ConfigurationTest.TestComponent moved and renamed to org.eclipse.che.inject.CheBootstrapTest.TestChePropertiesComponent | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable name : String to placeholderName : String in method private resolvePlaceholder(placeholderName String) : String in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute PATTERN : Pattern to PROPERTIES_PLACE_HOLDER_PATTERN : Pattern in class org.eclipse.che.inject.CheBootstrap | From | To | |
| Extract Method | 1 | ||
| Extract Method private resolvePlaceholder(placeholderName String) : String extracted from protected bindProperties(prefix String, properties Iterable<Map.Entry<K,V>>, skipUnresolved boolean) : void in class org.eclipse.che.inject.CheBootstrap.AbstractConfigurationModule | From | To |