b9df478adbbfbc93f76464bdb4d77b27561c757a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createDefault() : Configuration renamed to public createDefaultWithSystemProperties() : Configuration in class alluxio.Configuration.Factory | From | To | |
Rename Variable | 2 | ||
Rename Variable defaultProps : Properties to properties : Properties in method public loadFromPropertiesFile(propertiesFile String) : Properties in class alluxio.Configuration | From | To | |
Rename Variable defaultInputStream : InputStream to inputStream : InputStream in method public loadFromPropertiesFile(propertiesFile String) : Properties in class alluxio.Configuration | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute defaultPropertiesFile : String to DEFAULT_PROPERTIES : String in method public loadFromPropertiesFile(propertiesFile String) : Properties in class alluxio.Configuration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CONF_SITE : String to SITE_CONF_DIR : String in class alluxio.Constants | From | To | |
Extract Method | 1 | ||
Extract Method public loadFromPropertiesFile(propertiesFile String) : Properties extracted from private Configuration(defaultPropertiesFile String, sitePropertiesFile String, includeSystemProperties boolean) in class alluxio.Configuration | From | To |