dc311434529aa39bed85840c494989ef9e9cdecf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private saveGroovyFile() : void renamed to private saveConfigFile() : void in class com.speedment.internal.ui.UISession | From | To | |
Rename Method private saveGroovyFile(file File) : void renamed to private saveConfigFile(file File) : void in class com.speedment.internal.ui.UISession | From | To | |
Rename Method public loadGroovyFile(file File, reuse ReuseStage) : void renamed to public loadConfigFile(file File, reuse ReuseStage) : void in class com.speedment.internal.ui.UISession | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type nodeType : Class<? super DOC> to nodeType : Class<? extends DOC> in method public installContextMenu(nodeType Class<? extends DOC>, menuBuilder ContextMenuBuilder<DOC>) : void in class com.speedment.internal.core.platform.component.impl.UserInterfaceComponentImpl | From | To | |
Change Parameter Type nodeType : Class<? super DOC> to nodeType : Class<? extends DOC> in method public installContextMenu(nodeType Class<? extends DOC>, menuBuilder ContextMenuBuilder<DOC>) : void in class com.speedment.component.UserInterfaceComponent | From | To | |
Rename Parameter | 3 | ||
Rename Parameter defaultGroovyLocation : String to defaultConfigLocation : String in method public UISession(speedment Speedment, application Application, stage Stage, defaultConfigLocation String, project Project) in class com.speedment.internal.ui.UISession | From | To | |
Rename Parameter defaultGroovyLocation : String to defaultConfigLocation : String in method public UISession(speedment Speedment, application Application, stage Stage, defaultConfigLocation String) in class com.speedment.internal.ui.UISession | From | To | |
Rename Parameter groovyLocation : String to jsonLocation : String in method private createSession(stage Stage, jsonLocation String) : UISession in class com.speedment.internal.ui.MainApp | From | To |