1dc0de6c53eaf54dec1c9d3324b6a1d3ef8ac0d8
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public close() : void from class alluxio.SetAndRestoreConfiguration to public restore() : void from class alluxio.ConfigurationRule | From | To | |
Move And Rename Method public SetAndRestoreConfiguration(key PropertyKey, value String) from class alluxio.SetAndRestoreConfiguration to public ConfigurationRule(key PropertyKey, value String) from class alluxio.ConfigurationRule | From | To | |
Move Attribute | 2 | ||
Move Attribute private mOriginalValues : Map<PropertyKey,String> from class alluxio.SetAndRestoreConfiguration to private mOriginalValues : Map<PropertyKey,String> from class alluxio.ConfigurationRule | From | To | |
Move Attribute private mOriginalNullKeys : Set<PropertyKey> from class alluxio.SetAndRestoreConfiguration to private mOriginalNullKeys : Set<PropertyKey> from class alluxio.ConfigurationRule | From | To |