8c6387d40f075f0b5f9a7f39f50aacf82a111549
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method package fail(msg String) : void from class org.rapidoid.platform.Main to private fail(msg String) : void from class org.rapidoid.platform.PlatformCommands | From | To | |
Move Method private interpretCommand(args CmdArgs) : void from class org.rapidoid.platform.Main to package interpretCommand(args CmdArgs) : void from class org.rapidoid.platform.PlatformCommands | From | To | |
Inline Method | 1 | ||
Inline Method private startPlatformAndProcessOptions(cmdArgs CmdArgs) : void inlined to package start(cmdArgs CmdArgs) : void in class org.rapidoid.platform.Platform | From | To | |
Extract Class | 1 | ||
Extract Class org.rapidoid.platform.PlatformCommands from class org.rapidoid.platform.Main | From | To | |
Extract Method | 1 | ||
Extract Method private installer() : void extracted from private interpretCommand(args CmdArgs) : void in class org.rapidoid.platform.PlatformCommands | From | To | |
Rename Parameter | 1 | ||
Rename Parameter options : CmdArgs to cmdArgs : CmdArgs in method package start(cmdArgs CmdArgs) : void in class org.rapidoid.platform.Platform | From | To |