acac8b9f0fa00ab6efac0a2f57ac297731f31648
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public isValid(keyStr String) : boolean from class alluxio.ConstantPropertyKey to public isValidDefaultKey(name String) : boolean from class alluxio.PropertyKey | From | To | |
Pull Up Method public fromString(keyStr String) : PropertyKey from class alluxio.ConstantPropertyKey to public createDefaultKeyFromString(keyStr String) : PropertyKey from class alluxio.PropertyKey | From | To | |
Move Class | 1 | ||
Move Class alluxio.ConstantPropertyKey.Name moved to alluxio.PropertyKey.Name | From | To | |
Change Variable Type | 1 | ||
Change Variable Type key : ConstantPropertyKey to key : PropertyKey in method package create(name String, defaultValue Object) : PropertyKey in class alluxio.PropertyKey | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keyStr : String to name : String in method public isValidDefaultKey(name String) : boolean in class alluxio.PropertyKey | From | To |