5558b8768b1eddedb7364cf90c12aa1a36e068c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type windows : ArrayList<VWindow> to windows : List<VWindow> in method private fireOrderEvent(windows List<VWindow>) : void in class com.vaadin.client.ui.VWindow | From | To | |
Change Parameter Type windows : ArrayList<VWindow> to windows : List<VWindow> in method public WindowOrderEvent(windows List<VWindow>) in class com.vaadin.client.ui.window.WindowOrderEvent | From | To | |
Change Parameter Type attemptedNames : ArrayList<String> to attemptedNames : List<String> in method public showNoInitFound(attemptedNames List<String>) : void in class com.vaadin.client.ui.JavaScriptWidget | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type windows : ArrayList<VWindow> to windows : List<VWindow> in class com.vaadin.client.ui.window.WindowOrderEvent | From | To |