1b3761d19ee6c93fa89a1e14a23f6a2e575ec964
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package init() : void renamed to public reset() : void in class alluxio.Configuration | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method package create(name String, defaultSupplier DefaultSupplier, aliases String[], description String, ignoredSiteProperty boolean, isHidden boolean, consistencyCheckLevel ConsistencyCheckLevel, scope Scope) : PropertyKey moved from class alluxio.PropertyKey to class alluxio.PropertyKey.Builder & inlined to public build() : PropertyKey | From | To | |
Rename Variable | 1 | ||
Rename Variable map : Map<String,String> to rawMap : Map<String,String> in method public toRawMap() : Map<String,String> in class alluxio.Configuration | From | To | |
Inline Method | 1 | ||
Inline Method private lookupNonRecursively(property String) : String inlined to private lookupRecursively(base String, seen Set<String>) : String in class alluxio.Configuration | From | To | |
Move Class | 1 | ||
Move Class alluxio.Configuration.Source moved to alluxio.conf.Source | From | To | |
Change Variable Type | 6 | ||
Change Variable Type source : Configuration.Source to source : Source in method public get(context FileSystemContext) : FileSystem in class alluxio.client.file.FileSystem.Factory | From | To | |
Change Variable Type key : String to key : PropertyKey in method private checkTieredLocality() : void in class alluxio.Configuration | From | To | |
Change Variable Type source : Configuration.Source to source : Source in method public getConfiguration() : List<ConfigProperty> in class alluxio.master.AlluxioMasterProcess | From | To | |
Change Variable Type source : Configuration.Source to source : Source in method public getConf(args String...) : int in class alluxio.cli.GetConf | From | To | |
Change Variable Type entry : Map.Entry<String,String> to entry : Map.Entry<PropertyKey,String> in method public getNestedProperties(prefixKey PropertyKey) : Map<String,String> in class alluxio.Configuration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type PROPERTIES : ConcurrentHashMap<String,String> to PROPERTIES : AlluxioProperties in class alluxio.Configuration | From | To |