fe86b4c593a945fea6022379aea3625bddc36f7e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private applicationVersion() : Optional<String> from class org.cryptomator.ui.controllers.WelcomeController to public get() : Optional<String> from class org.cryptomator.ui.util.ApplicationVersion | From | To | |
Rename Variable | 1 | ||
Rename Variable remoteInstance : Optional<RemoteInstance> to runningInstance : Optional<RemoteInstance> in method public main(args String[]) : void in class org.cryptomator.ui.Cryptomator | From | To | |
Inline Variable | 1 | ||
Inline Variable cryptomatorVersion : String in method public main(args String[]) : void from class org.cryptomator.ui.Cryptomator | From | To | |
Extract Method | 10 | ||
Extract Method private registerExitHandler(comp CryptomatorComponent) : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private setupFXMLClassLoader() : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private initializeStage(primaryStage Stage, mainCtrl MainController) : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private registerApplicationToProcessOpenFileRequests(primaryStage Stage, comp CryptomatorComponent, mainCtrl MainController) : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private openFilesRequestedDuringStartup(primaryStage Stage, mainCtrl MainController) : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private createCryptomatorComponent(primaryStage Stage) : CryptomatorComponent extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private setupStylesheets() : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private sendArgsToRunningInstance(args String[], remoteInstance Optional<RemoteInstance>) : void extracted from public main(args String[]) : void in class org.cryptomator.ui.Cryptomator | From | To | |
Extract Method private showWindow(primaryStage Stage) : void extracted from public start(primaryStage Stage) : void in class org.cryptomator.ui.MainApplication | From | To | |
Extract Method private addOsxFileOpenHandler() : void extracted from public main(args String[]) : void in class org.cryptomator.ui.Cryptomator | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public registerShutdownHook() : void extracted from public main(args String[]) : void in class org.cryptomator.ui.Cryptomator & moved to class org.cryptomator.ui.Cryptomator.CleanShutdownPerformer | From | To |