e57ccda238833b605d51b0ba1e8e9cf5a91db30a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 3 | ||
| Change Return Type Collection<ConstantPropertyKey> to Collection<? extends PropertyKey> in method public getDefaultKeys() : Collection<? extends PropertyKey> in class alluxio.PropertyKey | From | To | |
| Change Return Type ParameterizedPropertyKey to PropertyKey in method package create(template ParameterizedPropertyKey.Template, defaultValue Object, param Object...) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Change Return Type ConstantPropertyKey to PropertyKey in method package create(name String, defaultValue Object) : PropertyKey in class alluxio.PropertyKey | From | To | |
| Inline Variable | 1 | ||
| Inline Variable prefixKeyLen : int in method public getNestedProperties(prefixKey PropertyKey) : Map<PropertyKey,String> from class alluxio.Configuration | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public isNested(key String) : boolean extracted from public getNestedProperties(prefixKey PropertyKey) : Map<PropertyKey,String> in class alluxio.Configuration & moved to class alluxio.PropertyKey | From | To |