d552b1188da6ce8f2a684684a1ddae6ded97cbd1
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected portableEditFile(file File) : void renamed to public editFile(file File) : void in class org.neo4j.desktop.config.portable.Environment | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public changeStatus(status DatabaseStatus) : void from class org.neo4j.desktop.ui.SysTray.Enabled to public changeStatus(status DatabaseStatus) : void from class org.neo4j.desktop.ui.SysTray | From | To | |
| Inline Method | 1 | ||
| Inline Method private windowsOpenDirectory(directory File) : void inlined to public openDirectory(directory File) : void in class org.neo4j.desktop.config.windows.WindowsEnvironment | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private iconResourceBaseName : String from class org.neo4j.desktop.ui.SysTray.Enabled to private iconResourceBaseName : String from class org.neo4j.desktop.ui.SysTray | From | To | |
| Pull Up Attribute private trayIcon : TrayIcon from class org.neo4j.desktop.ui.SysTray.Enabled to private trayIcon : TrayIcon from class org.neo4j.desktop.ui.SysTray | From | To | |
| Rename Class | 2 | ||
| Rename Class org.neo4j.desktop.config.portable.PortableEnvironment renamed to org.neo4j.desktop.config.portable.Environment | From | To | |
| Rename Class org.neo4j.desktop.ui.MainWindow.SysTrayActions renamed to org.neo4j.desktop.ui.MainWindow.SysTrayHandler | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.desktop.ui.SysTray.Actions moved and renamed to org.neo4j.desktop.model.SysTrayListener | From | To | |
| Move Class | 3 | ||
| Move Class org.neo4j.desktop.ui.UnsuitableDirectoryException moved to org.neo4j.desktop.model.exceptions.UnsuitableDirectoryException | From | To | |
| Move Class org.neo4j.desktop.ui.UnableToStartServerException moved to org.neo4j.desktop.model.exceptions.UnableToStartServerException | From | To | |
| Move Class org.neo4j.desktop.ui.DesktopModel moved to org.neo4j.desktop.model.DesktopModel | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute root : JPanel to rootPanel : JPanel in method private createComponents() : void in class org.neo4j.desktop.ui.MainWindow | From | To | |
| Extract Variable | 1 | ||
| Extract Variable dependencies : GraphDatabaseDependencies in method public start() : void from class org.neo4j.desktop.runtime.DatabaseActions | From | To | |
| Extract Method | 1 | ||
| Extract Method private createComponents() : void extracted from public MainWindow(databaseActions DatabaseActions, model DesktopModel) in class org.neo4j.desktop.ui.MainWindow | From | To |