913bf9beeb382e3415395310bbdc24c84e0f4b47
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable isRestart : boolean to checkSuccess : boolean in method public main(args String[]) : void in class tachyon.examples.JournalCrashTest | From | To | |
Rename Variable restartMasterCommand : String to killMasterCommand : String[] in method private killMaster() : void in class tachyon.examples.JournalCrashTest | From | To | |
Inline Method | 1 | ||
Inline Method private printUsage() : void inlined to public main(args String[]) : void in class tachyon.examples.JournalCrashTest | From | To | |
Extract Variable | 1 | ||
Extract Variable ret : boolean in method private parseInputArgs(args String[]) : boolean from class tachyon.examples.JournalCrashTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type restartMasterCommand : String to killMasterCommand : String[] in method private killMaster() : void in class tachyon.examples.JournalCrashTest | From | To | |
Extract Method | 1 | ||
Extract Method private killMaster() : void extracted from public main(args String[]) : void in class tachyon.examples.JournalCrashTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setIsStopped(isStopped boolean) : void extracted from public main(args String[]) : void in class tachyon.examples.JournalCrashTest & moved to class tachyon.examples.JournalCrashTest.ClientThread | From | To |