4b205763f62ecd446b4b56841f6c16ebcc214c9d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private filterPlatformSpecificArgs(args String[]) : String[] renamed to private startPlatformAndProcessArgs(args String[]) : void in class org.rapidoid.platform.Platform | From | To | |
| Move Method | 1 | ||
| Move Method public args(args String[], extraArgs String...) : void from class org.rapidoid.setup.App to public args(args String[], extraArgs String...) : void from class org.rapidoid.setup.PreApp | From | To | |
| Rename Variable | 1 | ||
| Rename Variable remainingArgs : List<String> to normalArgs : List<String> in method private startPlatformAndProcessArgs(args String[]) : void in class org.rapidoid.platform.Platform | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String[] to void in method private startPlatformAndProcessArgs(args String[]) : void in class org.rapidoid.platform.Platform | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable remainingArgs : List<String> to normalArgs : List<String> in method private separateArgs(args String[], normalArgs List<String>, appRefs List<String>) : void in class org.rapidoid.platform.Platform | From | To | |
| Extract Method | 1 | ||
| Extract Method private separateArgs(args String[], normalArgs List<String>, appRefs List<String>) : void extracted from private filterPlatformSpecificArgs(args String[]) : String[] in class org.rapidoid.platform.Platform | From | To |