00f36f020fb5e6122558a54c7f4538f786b11dec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type resourceName : String to resource : URL in method public loadPropertiesFromResource(resource URL) : Properties in class alluxio.util.ConfigurationUtils | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable fileInputStream : FileInputStream to stream : InputStream in method public loadProperties(stream InputStream) : Properties in class alluxio.util.ConfigurationUtils | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fileInputStream : FileInputStream to stream : InputStream in method public loadProperties(stream InputStream) : Properties in class alluxio.util.ConfigurationUtils | From | To | |
| Extract Method | 2 | ||
| Extract Method public loadProperties(stream InputStream) : Properties extracted from public loadPropertiesFromFile(filePath String) : Properties in class alluxio.util.ConfigurationUtils | From | To | |
| Extract Method public loadProperties(stream InputStream) : Properties extracted from public loadPropertiesFromResource(resourceName String) : Properties in class alluxio.util.ConfigurationUtils | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter resourceName : String to resource : URL in method public loadPropertiesFromResource(resource URL) : Properties in class alluxio.util.ConfigurationUtils | From | To |