98dbf459ad5e55b557db82927b1f866b7fabb00f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type conf : Map<PropertyKey,Object> to conf : Map<PropertyKey,String> in method public ExternalProcess(conf Map<PropertyKey,String>, clazz Class<?>, outfile File) in class alluxio.multi.process.ExternalProcess | From | To | |
Inline Method | 2 | ||
Inline Method private cleanup() : void inlined to public simpleCluster() : void in class alluxio.multi.process.MultiProcessClusterTest | From | To | |
Inline Method private cleanup() : void inlined to public zookeeper() : void in class alluxio.multi.process.MultiProcessClusterTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private mSuccess : boolean from class alluxio.multi.process.MultiProcessClusterTest to private mSuccess : boolean from class alluxio.multi.process.MultiProcessCluster | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute conf : Map<PropertyKey,Object> to mProperties : Map<PropertyKey,String> in method public start() : void in class alluxio.multi.process.Worker | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entry : Entry<PropertyKey,Object> to entry : Entry<PropertyKey,String> in method public start() : void in class alluxio.multi.process.ExternalProcess | From | To | |
Change Variable Type conf : Map<PropertyKey,Object> to mProperties : Map<PropertyKey,String> in method public start() : void in class alluxio.multi.process.Worker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mConf : Map<PropertyKey,Object> to mConf : Map<PropertyKey,String> in class alluxio.multi.process.ExternalProcess | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public notifySuccess() : void extracted from public simpleCluster() : void in class alluxio.multi.process.MultiProcessClusterTest & moved to class alluxio.multi.process.MultiProcessCluster | From | To | |
Extract And Move Method public notifySuccess() : void extracted from public zookeeper() : void in class alluxio.multi.process.MultiProcessClusterTest & moved to class alluxio.multi.process.MultiProcessCluster | From | To |