3c6fbd73f9085754e538ee182319251b5d5be4cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fromStringTest() : void renamed to public fromString() : void in class alluxio.PropertyKeyTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type properties : Map<String,String> to properties : Map<PropertyKey,String> in method private setupApplicationMaster(properties Map<PropertyKey,String>) : void in class alluxio.yarn.ApplicationMasterTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Entry<String,String> to entry : Entry<PropertyKey,String> in method private setupApplicationMaster(properties Map<PropertyKey,String>) : void in class alluxio.yarn.ApplicationMasterTest | From | To |