a1af515897aef4dcd95cef4b11db4d651247b5e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type attributes : Stack<ComponentInfo> to attributes : Deque<ComponentInfo> in method private printServerError(msg String, attributes Deque<ComponentInfo>, widthError boolean, errorStream PrintStream) : void in class com.vaadin.server.ComponentSizeValidator | From | To | |
Change Return Type | 2 | ||
Change Return Type Stack<ComponentInfo> to Deque<ComponentInfo> in method private getWidthAttributes(component Component) : Deque<ComponentInfo> in class com.vaadin.server.ComponentSizeValidator | From | To | |
Change Return Type Stack<ComponentInfo> to Deque<ComponentInfo> in method private getHeightAttributes(component Component) : Deque<ComponentInfo> in class com.vaadin.server.ComponentSizeValidator | From | To | |
Change Variable Type | 5 | ||
Change Variable Type attributes : Stack<ComponentInfo> to attributes : Deque<ComponentInfo> in method private getWidthAttributes(component Component) : Deque<ComponentInfo> in class com.vaadin.server.ComponentSizeValidator | From | To | |
Change Variable Type attributes : Stack<ComponentInfo> to attributes : Deque<ComponentInfo> in method public reportErrors(clientJSON StringBuilder, serverErrorStream PrintStream) : void in class com.vaadin.server.ComponentSizeValidator.InvalidLayout | From | To | |
Change Variable Type items : Stack<MenuItem> to items : Deque<MenuItem> in method public changeVariables(source Object, variables Map<String,Object>) : void in class com.vaadin.ui.MenuBar | From | To | |
Change Variable Type attributes : Stack<ComponentInfo> to attributes : Deque<ComponentInfo> in method private getHeightAttributes(component Component) : Deque<ComponentInfo> in class com.vaadin.server.ComponentSizeValidator | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type mOpenTags : Stack<String> to mOpenTags : Deque<String> in class com.vaadin.server.JsonPaintTarget | From | To | |
Change Attribute Type openJsonTags : Stack<JsonTag> to openJsonTags : Deque<JsonTag> in class com.vaadin.server.JsonPaintTarget | From | To | |
Change Attribute Type openPaintableTags : Stack<String> to openPaintableTags : Deque<String> in class com.vaadin.server.JsonPaintTarget | From | To | |
Change Attribute Type openPaintables : Stack<ClientConnector> to openPaintables : Deque<ClientConnector> in class com.vaadin.server.JsonPaintTarget | From | To |