7787eee10da332201e14ca69c52b5404c3b7f7f8
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type String to WidgetsetInfo in method public getWidgetset(event UICreateEvent) : WidgetsetInfo in class com.vaadin.server.UIProvider | From | To | |
| Change Return Type String to WidgetsetInfo in method public getWidgetsetForUI(context BootstrapContext) : WidgetsetInfo in class com.vaadin.server.BootstrapHandler | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private widgetsetName : String from class com.vaadin.server.BootstrapHandler.BootstrapContext to private widgetsetName : String from class com.vaadin.server.WidgetsetInfoImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute widgetsetName : String to widgetsetInfo : WidgetsetInfo in class com.vaadin.server.BootstrapHandler.BootstrapContext | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type widgetset : String to widgetset : WidgetsetInfo in method public getWidgetsetForUI(context BootstrapContext) : WidgetsetInfo in class com.vaadin.server.BootstrapHandler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type widgetsetName : String to widgetsetInfo : WidgetsetInfo in class com.vaadin.server.BootstrapHandler.BootstrapContext | From | To | |
| Extract Method | 1 | ||
| Extract Method public getWidgetsetInfo() : WidgetsetInfo extracted from public getWidgetsetName() : String in class com.vaadin.server.BootstrapHandler.BootstrapContext | From | To |