11b3df7a47ebf0ca16f713e773bb67939944809a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public loadFromPropertiesFile(propertiesFile String) : Properties renamed to private loadPropertiesFileInClassPath(propertiesFile String) : Properties in class alluxio.Configuration | From | To | |
| Rename Variable | 3 | ||
| Rename Variable siteProps : Properties to properties : Properties in method private searchPropertiesFile(propertiesFile String, confPathList String[]) : Properties in class alluxio.Configuration | From | To | |
| Rename Variable siteProps : Properties to properties : Properties in method private loadPropertiesFile(path String) : Properties in class alluxio.Configuration | From | To | |
| Rename Variable dir : String to confPaths : String in method private Configuration(sitePropertiesFile String, processPropertiesFile String, includeSystemProperties boolean) in class alluxio.Configuration | From | To | |
| Extract Method | 2 | ||
| Extract Method private searchPropertiesFile(propertiesFile String, confPathList String[]) : Properties extracted from private Configuration(sitePropertiesFile String, includeSystemProperties boolean) in class alluxio.Configuration | From | To | |
| Extract Method private loadPropertiesFile(path String) : Properties extracted from private Configuration(sitePropertiesFile String, includeSystemProperties boolean) in class alluxio.Configuration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter sitePropertiesFile : String to propertiesFile : String in method private searchPropertiesFile(propertiesFile String, confPathList String[]) : Properties in class alluxio.Configuration | From | To |