077f6a6938eb89ef7fc9a537ea91c92317c1b3f5
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 57
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 1 | ||
Pull Up Attribute private mPrintStream : PrintStream from class alluxio.cli.fsadmin.command.ReportCommand to protected mPrintStream : PrintStream from class alluxio.cli.fsadmin.command.AbstractFsAdminCommand | From | To | |
Change Return Type | 1 | ||
Change Return Type MetaMaster to Master in method public create(registry MasterRegistry, context MasterContext) : Master in class alluxio.master.meta.MetaMasterFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass alluxio.cli.fsadmin.command.AbstractFsAdminCommand from classes [alluxio.cli.fsadmin.command.DoctorCommand, alluxio.cli.fsadmin.command.ReportCommand, alluxio.cli.fsadmin.command.UfsCommand] | From | To | |
Extract Method | 2 | ||
Extract Method public description() : String extracted from public getDescription() : String in class alluxio.cli.fsadmin.command.ReportCommand | From | To | |
Extract Method public usage() : String extracted from public getUsage() : String in class alluxio.cli.fsadmin.command.ReportCommand | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isLocalFilesystem(uri String) : boolean extracted from public supportsPath(path String) : boolean in class alluxio.underfs.local.LocalUnderFileSystemFactory & moved to class alluxio.util.URIUtils | From | To |