57bb49fc9f93e6e6315c98dd5d458c83a37f8305
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cascade : boolean to options : DeleteLineageOptions in method public deleteLineage(lineageId long, options DeleteLineageOptions) : boolean in class tachyon.client.lineage.AbstractLineageClient | From | To | |
Move Method | 3 | ||
Move Method public listLineages() : List<LineageInfo> from class tachyon.client.lineage.TachyonLineageFileSystem to public listLineages() : List<LineageInfo> from class tachyon.client.lineage.AbstractLineageClient | From | To | |
Move Method public createLineage(inputFiles List<TachyonURI>, outputFiles List<TachyonURI>, job Job) : long from class tachyon.client.lineage.TachyonLineageFileSystem to public createLineage(inputFiles List<TachyonURI>, outputFiles List<TachyonURI>, job Job) : long from class tachyon.client.lineage.AbstractLineageClient | From | To | |
Move Method public deleteLineage(lineageId long, cascade boolean) : boolean from class tachyon.client.lineage.TachyonLineageFileSystem to public deleteLineage(lineageId long, options DeleteLineageOptions) : boolean from class tachyon.client.lineage.AbstractLineageClient | From | To | |
Rename Variable | 2 | ||
Rename Variable tlfs : TachyonLineageFileSystem to tl : TachyonLineage in method private listLineages() : int in class tachyon.shell.TFsShell | From | To | |
Rename Variable tlfs : TachyonLineageFileSystem to tl : TachyonLineage in method private createLineage(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Extract Class | 1 | ||
Extract Class tachyon.client.lineage.AbstractLineageClient from class tachyon.client.lineage.TachyonLineageFileSystem | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tlfs : TachyonLineageFileSystem to tl : TachyonLineage in method private listLineages() : int in class tachyon.shell.TFsShell | From | To | |
Change Variable Type tlfs : TachyonLineageFileSystem to tl : TachyonLineage in method private createLineage(argv String[]) : int in class tachyon.shell.TFsShell | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cascade : boolean to options : DeleteLineageOptions in method public deleteLineage(lineageId long, options DeleteLineageOptions) : boolean in class tachyon.client.lineage.AbstractLineageClient | From | To |