|
Change Variable Type keys : ArrayList<String> to keys : List<String> in method private paintRowAttributes(target PaintTarget, cells Object[][], actionSet Set<Action>, indexInRowbuffer int, itemId Object) : void in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Variable Type components : ArrayList<Component> to components : List<Component> in method public iterator() : Iterator<Component> in class com.vaadin.ui.UI |
From |
To |
|
Change Variable Type nonSerializableClasses : ArrayList<Class<?>> to nonSerializableClasses : List<Class<?>> in method public testClassesSerializable() : void in class com.vaadin.tests.server.ClassesSerializableTest |
From |
To |
|
Change Variable Type windows : ArrayList<WindowConnector> to windows : List<WindowConnector> in method public getSubWindows() : List<WindowConnector> in class com.vaadin.client.ui.ui.UIConnector |
From |
To |
|
Change Variable Type itemIds : ArrayList<Object> to itemIds : List<Object> in method public addItemsObjectList() : void in class com.vaadin.v7.ui.AbsSelectTest |
From |
To |
|
Change Variable Type expected : ArrayList<DateResolution> to expected : List<DateResolution> in method public testResolutionHigherOrEqualToYear() : void in class com.vaadin.tests.server.component.datefield.ResolutionTest |
From |
To |
|
Change Variable Type pvc : HashMap<Object,Converter<String,Object>> to pvc : Map<Object,Converter<String,Object>> in method package getCurrentConverters() : Set<Object> in class com.vaadin.v7.tests.server.component.table.TablePropertyValueConverterTest.TestableTable |
From |
To |
|
Change Variable Type properties : ArrayList<Property> to properties : List<Property> in method public getProperties(type Type) : Collection<Property> in class com.vaadin.client.metadata.TypeDataStore |
From |
To |
|
Change Variable Type keys : ArrayList<String> to keys : List<String> in method public paintContent(target PaintTarget) : void in class com.vaadin.v7.ui.Tree |
From |
To |
|
Change Variable Type items : ArrayList<Person> to items : List<Person> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.components.grid.GridDefaultSelectionMode |
From |
To |
|
Change Variable Type presentations : HashMap<String,Integer> to presentations : Map<String,Integer> in method public DesignShortcutActionConverter() in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public removeAllContainerFilters_freeform_noFiltering() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type list : ArrayList<String> to list : List<String> in method protected createRenderer() : Renderer<Object> in class com.vaadin.v7.client.connectors.JavaScriptRendererConnector |
From |
To |
|
Change Variable Type ranges : ArrayList<SelectionRange> to ranges : List<SelectionRange> in method public split(row VScrollTableRow) : Collection<SelectionRange> in class com.vaadin.v7.client.ui.VScrollTable.SelectionRange |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_complexNegatedFilter() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type connectorsToProcess : ArrayList<ClientConnector> to connectorsToProcess : List<ClientConnector> in method public write(ui UI, writer Writer, async boolean) : void in class com.vaadin.server.communication.UidlWriter |
From |
To |
|
Change Variable Type orderBys : ArrayList<OrderBy> to orderBys : List<OrderBy> in method public sort_freeformBufferedItems_sortsBufferedItemsLastInOrderAdded() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public ticket6136_freeform_ageIs18() : void in class com.vaadin.v7.data.util.sqlcontainer.TicketTest |
From |
To |
|
Change Variable Type originalOverflows : HashMap<Element,String> to originalOverflows : Map<Element,String> in method private measureConnectors(layoutDependencyTree LayoutDependencyTree, measureAll boolean) : int in class com.vaadin.client.LayoutManager |
From |
To |
|
Change Variable Type sources : ArrayList<Resource> to sources : List<Resource> in method public getSources() : List<Resource> in class com.vaadin.ui.AbstractMedia |
From |
To |
|
Change Variable Type handlers : ArrayList<RequestHandler> to handlers : List<RequestHandler> in method protected createRequestHandlers() : List<RequestHandler> in class com.vaadin.server.VaadinService |
From |
To |
|
Change Variable Type keys : ArrayList<String> to keys : List<String> in method private findAndPaintBodyActions(target PaintTarget) : Set<Action> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Variable Type propertyIds : ArrayList<String> to propertyIds : List<String> in method private refreshTable() : void in class com.vaadin.tests.components.table.SetDataSourceWithPropertyIds |
From |
To |
|
Change Variable Type propertyIds : ArrayList<String> to propertyIds : List<String> in method public propertyIdsAreFetched() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTableQueryTest |
From |
To |
|
Change Variable Type names : ArrayList<String> to names : List<String> in method private elementToHtml(producedElem Element, sb StringBuilder) : String in class com.vaadin.tests.design.DeclarativeTestBaseBase |
From |
To |
|
Change Variable Type nonSerializableFunctionFields : ArrayList<Field> to nonSerializableFunctionFields : List<Field> in method public testClassesSerializable() : void in class com.vaadin.tests.server.ClassesSerializableTest |
From |
To |
|
Change Variable Type codes : HashMap<Integer,String> to codes : Map<Integer,String> in method public DesignShortcutActionConverter() in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter |
From |
To |
|
Change Variable Type list : ArrayList<String> to list : List<String> in method public getConsumedEvents() : Collection<String> in class com.vaadin.client.connectors.JavaScriptRendererConnector.createRenderer |
From |
To |
|
Change Variable Type fields : ArrayList<JField> to fields : List<JField> in method private getPublicFields(type JClassType) : List<JField> in class com.vaadin.server.widgetsetutils.metadata.FieldProperty |
From |
To |
|
Change Variable Type requestHandlers : ArrayList<RequestHandler> to requestHandlers : List<RequestHandler> in method public handleRequest(session VaadinSession, request VaadinRequest, response VaadinResponse) : boolean in class com.vaadin.server.communication.SessionRequestHandler |
From |
To |
|
Change Variable Type testData : ArrayList<Person> to testData : List<Person> in method public createTestData(size int) : Collection<Person> in class com.vaadin.tests.util.PersonContainer |
From |
To |
|
Change Variable Type l : ArrayList<String> to l : List<String> in method protected getCustomAttributes() : Collection<String> in class com.vaadin.ui.AbstractComponent |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_isNull() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type uis : ArrayList<UI> to uis : List<UI> in method public fireSessionDestroy(vaadinSession VaadinSession) : void in class com.vaadin.server.VaadinService |
From |
To |
|
Change Variable Type names : ArrayList<String> to names : List<String> in method private refreshStatus() : void in class com.vaadin.tests.push.PushConfigurator |
From |
To |
|
Change Variable Type newwidgets : ArrayList<Widget> to newwidgets : List<Widget> in method public buildOptions(uidl UIDL) : void in class com.vaadin.v7.client.ui.VOptionGroup |
From |
To |
|
Change Variable Type actions : ArrayList<Component> to actions : List<Component> in method protected createActions() : List<Component> in class com.vaadin.tests.components.ComponentTestCase |
From |
To |
|
Change Variable Type update : ArrayList<VWindow> to update : List<VWindow> in method public hide() : void in class com.vaadin.client.ui.VWindow |
From |
To |
|
Change Variable Type ids : ArrayList<RowId> to ids : List<RowId> in method public getItemIds() : Collection<?> in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer |
From |
To |
|
Change Variable Type directories : ArrayList<File> to directories : List<File> in method public getTestableClassesForPackage(packageName String) : List<Class<?>> in class com.vaadin.tests.TestBench |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public addContainerFilter_filtersResults() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type c : ArrayList<Comparable> to c : List<Comparable> in method private getValue(property Property) : String in class com.vaadin.tests.components.abstractfield.LegacyAbstractFieldTest |
From |
To |
|
Change Variable Type h2 : HashMap<?,?> to h2 : Map<?,?> in method private assertSize(mapper KeyMapper<?>, i int) : void in class com.vaadin.tests.server.KeyMapperTest |
From |
To |
|
Change Variable Type initFunctionNames : ArrayList<String> to initFunctionNames : List<String> in method private getPotentialInitFunctionNames() : List<String> in class com.vaadin.client.JavaScriptConnectorHelper |
From |
To |
|
Change Variable Type selectedItemKeys : ArrayList<String> to selectedItemKeys : List<String> in method protected getSelectedItems() : String[] in class com.vaadin.v7.client.ui.VTwinColSelect |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_customStringDecorator() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type rangeOfIds : ArrayList<Object> to rangeOfIds : List<Object> in method public getItemIdsUsingGetIdByIndex(startIndex int, numberOfIds int, container Container.Indexed) : List<?> in class com.vaadin.v7.data.ContainerHelpers |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public addFilter_freeformBufferedItems_alsoFiltersBufferedItems() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type rows : ArrayList<JsonObject> to rows : List<JsonObject> in method protected VaadinDataSource() in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource |
From |
To |
|
Change Variable Type t : Hashtable<Object,Object> to t : Map<Object,Object> in method protected registerNewItem(index int, newItemId Object, item Item) : void in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Variable Type properties : ArrayList<ColumnProperty> to properties : List<ColumnProperty> in method public getOldValueShouldReturnPreviousValue_shouldReturnVille() : void in class com.vaadin.v7.data.util.sqlcontainer.ColumnPropertyTest |
From |
To |
|
Change Variable Type arrayList : ArrayList<ServerConnector> to arrayList : List<ServerConnector> in method public getConnectors() : Collection<? extends ServerConnector> in class com.vaadin.client.ConnectorMap |
From |
To |
|
Change Variable Type actions : ArrayList<Component> to actions : List<Component> in method protected createActions() : List<Component> in class com.vaadin.tests.components.menubar.Menubars |
From |
To |
|
Change Variable Type columns : ArrayList<HeaderCell> to columns : List<HeaderCell> in method public disableAutoColumnWidthCalculation(source HeaderCell) : void in class com.vaadin.v7.client.ui.VScrollTable.TableHead |
From |
To |
|
Change Variable Type components : ArrayList<Component> to components : List<Component> in method public randomReorder() : void in class com.vaadin.tests.TestForGridLayoutChildComponentRendering |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public addContainerFilter_ignoreCase_filtersResults() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type orderBys : ArrayList<OrderBy> to orderBys : List<OrderBy> in method public addOrderBy_freeform_shouldReorderResults() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type newCA : HashMap<Object,Align> to newCA : Map<Object,Align> in method public setColumnAlignments(columnAlignments Align...) : void in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Variable Type expected : ArrayList<DateResolution> to expected : List<DateResolution> in method public testResolutionLowerThanYear() : void in class com.vaadin.tests.server.component.datefield.ResolutionTest |
From |
To |
|
Change Variable Type paramNames : ArrayList<String> to paramNames : List<String> in method public writeDesign(design Element, designContext DesignContext) : void in class com.vaadin.ui.Flash |
From |
To |
|
Change Variable Type filtered : ArrayList<RowItem> to filtered : List<RowItem> in method private getFilteredAddedItems() : List<RowItem> in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer |
From |
To |
|
Change Variable Type curStyles : ArrayList<String> to curStyles : List<String> in method public valueChange(event ValueChangeEvent) : void in class com.vaadin.tests.TestForMultipleStyleNames |
From |
To |
|
Change Variable Type toRemove : ArrayList<Filter> to toRemove : List<Filter> in method public removeContainerFilters(propertyId Object) : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer |
From |
To |
|
Change Variable Type elements : ArrayList<com.google.gwt.dom.client.Element> to elements : List<com.google.gwt.dom.client.Element> in method public setScrollPosition(position int) : void in class com.vaadin.client.ui.FocusableScrollPanel |
From |
To |
|
Change Variable Type rows : ArrayList<T> to rows : List<T> in method private rowHandlesToRows(rowHandles Collection<RowHandle<T>>) : List<T> in class com.vaadin.v7.client.widget.grid.selection.SelectionModelMulti |
From |
To |
|
Change Variable Type testData : ArrayList<Person> to testData : List<Person> in method protected createTestData(size int) : Collection<Person> in class com.vaadin.tests.components.grid.GridEditorUI |
From |
To |
|
Change Variable Type attrs : HashMap<String,Object> to attrs : Map<String,Object> in method public reinitializeSession(request VaadinRequest) : void in class com.vaadin.server.VaadinService |
From |
To |
|
Change Variable Type components : ArrayList<Component> to components : List<Component> in method public removeRandomComponent() : void in class com.vaadin.tests.TestForGridLayoutChildComponentRendering |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_complexCompoundFiltersAndSingleFilter() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_oneOrFilter() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type components : ArrayList<Component> to components : List<Component> in method public randomReorder() : void in class com.vaadin.tests.TestForChildComponentRendering |
From |
To |
|
Change Variable Type tabMap : HashMap<String,TabSheet.Tab> to tabMap : Map<String,TabSheet.Tab> in method private addBlock(layout Layout) : void in class com.vaadin.tests.components.tabsheet.FirstTabNotVisibleWhenTabsheetNotClipped |
From |
To |
|
Change Variable Type spacers : ArrayList<SpacerImpl> to spacers : List<SpacerImpl> in method public getSpacersAfterPx(px double, strategy SpacerInclusionStrategy) : Collection<SpacerImpl> in class com.vaadin.v7.client.widgets.Escalator.SpacerContainer |
From |
To |
|
Change Variable Type result : ArrayList<VWindow> to result : List<VWindow> in method package getWindows() : List<VWindow> in class com.vaadin.client.ui.ui.UIConnector.WindowOrderCollector |
From |
To |
|
Change Variable Type targets : ArrayList<ComponentConnector> to targets : List<ComponentConnector> in method public getMeasureTargets() : Collection<ComponentConnector> in class com.vaadin.client.ui.layout.LayoutDependencyTree |
From |
To |
|
Change Variable Type result : ArrayList<ComponentConnector> to result : List<ComponentConnector> in method public getComponentConnectors() : ComponentConnector[] in class com.vaadin.client.ConnectorMap |
From |
To |
|
Change Variable Type bundles : ArrayList<String> to bundles : List<String> in method public getLoadedBundles() : List<String> in class com.vaadin.client.metadata.ConnectorBundleLoader |
From |
To |
|
Change Variable Type list : ArrayList<VWindow> to list : List<VWindow> in method private doFireOrderEvent() : void in class com.vaadin.client.ui.VWindow |
From |
To |
|
Change Variable Type styleToTypeMap : HashMap<String,String> to styleToTypeMap : Map<String,String> in method public getType() : String in class com.vaadin.testbench.elements.NotificationElement |
From |
To |
|
Change Variable Type c : ArrayList<Comparable> to c : List<Comparable> in method private formatValue(o Object) : String in class com.vaadin.tests.components.abstractfield.AbstractFieldTest |
From |
To |
|
Change Variable Type collection : ArrayList<InventoryObject> to collection : List<InventoryObject> in method protected setup() : void in class com.vaadin.tests.dd.TreeDragStart |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_listOfFilters() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type visible : ArrayList<Column<?,T>> to visible : List<Column<?,T>> in method public getVisibleColumns() : List<Column<?,T>> in class com.vaadin.v7.client.widgets.Grid |
From |
To |
|
Change Variable Type classes : ArrayList<Class<?>> to classes : List<Class<?>> in method public getTestableClassesForPackage(packageName String) : List<Class<?>> in class com.vaadin.tests.TestBench |
From |
To |
|
Change Variable Type h1 : HashMap<?,?> to h1 : Map<?,?> in method private assertSize(mapper KeyMapper<?>, i int) : void in class com.vaadin.tests.server.KeyMapperTest |
From |
To |
|
Change Variable Type potentialMatches : ArrayList<ComponentConnector> to potentialMatches : List<ComponentConnector> in method private collectPotentialMatches(parent ComponentConnector, pathFragment String, collectRecursively boolean) : List<ComponentConnector> in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy |
From |
To |
|
Change Variable Type expected : ArrayList<DateResolution> to expected : List<DateResolution> in method public testResolutionHigherOrEqualToDay() : void in class com.vaadin.tests.server.component.datefield.ResolutionTest |
From |
To |
|
Change Variable Type data : ArrayList<TestObject> to data : List<TestObject> in method private createData(count int) : List<TestObject> in class com.vaadin.tests.components.table.TableReduceContainerSize |
From |
To |
|
Change Variable Type activeEvents : ArrayList<CalendarEvent> to activeEvents : List<CalendarEvent> in method public getEvents(startDate Date, endDate Date) : List<CalendarEvent> in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_emptyList_shouldReturnEmptyString() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type names : ArrayList<String> to names : List<String> in method private elementToHtml(producedElem Element, sb StringBuilder) : String in class com.vaadin.tests.components.window.WindowCloseShortcuts |
From |
To |
|
Change Variable Type arrayList : ArrayList<Bean> to arrayList : List<Bean> in method protected setup(request VaadinRequest) : void in class com.vaadin.tests.data.DataProviderRefresh |
From |
To |
|
Change Variable Type existingwidgets : ArrayList<Widget> to existingwidgets : List<Widget> in method public buildOptions(uidl UIDL) : void in class com.vaadin.v7.client.ui.VOptionGroup |
From |
To |
|
Change Variable Type memberFields : ArrayList<java.lang.reflect.Field> to memberFields : List<java.lang.reflect.Field> in method protected getFields(searchClass Class<?>) : List<java.lang.reflect.Field> in class com.vaadin.ui.declarative.FieldBinder |
From |
To |
|
Change Variable Type stringDiffStates : HashMap<ClientConnector,String> to stringDiffStates : Map<ClientConnector,String> in method private readObject(in ObjectInputStream) : void in class com.vaadin.ui.ConnectorTracker |
From |
To |
|
Change Variable Type selectedItemKeys : ArrayList<String> to selectedItemKeys : List<String> in method protected getSelectedItems() : String[] in class com.vaadin.v7.client.ui.VListSelect |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public addFilter_freeform_filtersResults() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type rootNodes : ArrayList<TreeNode> to rootNodes : List<TreeNode> in method protected getRootNodes() : List<TreeNode> in class com.vaadin.v7.client.ui.VTree |
From |
To |
|
Change Variable Type visible : ArrayList<Column<?,T>> to visible : List<Column<?,T>> in method public getVisibleColumns() : List<Column<?,T>> in class com.vaadin.client.widgets.Grid |
From |
To |
|
Change Variable Type arrayList : ArrayList<SimpleTestBean> to arrayList : List<SimpleTestBean> in method public sendBean(complexBean ComplexTestBean, simpleBean SimpleTestBean, array SimpleTestBean[]) : void in class com.vaadin.tests.widgetset.client.SerializerTestConnector.SerializerTestConnector.registerRpc |
From |
To |
|
Change Variable Type itemIds : ArrayList<String> to itemIds : List<String> in method public addItemsStringList() : void in class com.vaadin.v7.ui.AbsSelectTest |
From |
To |
|
Change Variable Type oldWidgets : ArrayList<Widget> to oldWidgets : List<Widget> in method public onStateChanged(stateChangeEvent StateChangeEvent) : void in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector |
From |
To |
|
Change Variable Type list : ArrayList<Object> to list : List<Object> in method protected indexOfId(source Table, itemId Object) : int in class com.vaadin.tests.containers.filesystemcontainer.FileSystemContainerInTreeTable |
From |
To |
|
Change Variable Type uis : ArrayList<UI> to uis : List<UI> in method private removeClosedUIs(session VaadinSession) : void in class com.vaadin.server.VaadinService |
From |
To |
|
Change Variable Type invocations : ArrayList<MethodInvocation> to invocations : List<MethodInvocation> in method public logMethodInvocations(c ApplicationConnection, methodInvocations Collection<MethodInvocation>) : void in class com.vaadin.client.Util |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_complexCompoundFilters() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type filtersAndKeys : ArrayList<Filter> to filtersAndKeys : List<Filter> in method public containsRowWithKey(keys Object...) : boolean in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery |
From |
To |
|
Change Variable Type components : ArrayList<Component> to components : List<Component> in method public removeRandomComponent() : void in class com.vaadin.tests.TestForChildComponentRendering |
From |
To |
|
Change Variable Type styleToType : HashMap<String,String> to styleToType : Map<String,String> in method private initStyleToTypeMap() : Map<String,String> in class com.vaadin.testbench.elements.NotificationElement |
From |
To |
|
Change Variable Type stateProperties : HashMap<String,Property> to stateProperties : Map<String,Property> in method private writeOnStateChangeHandlers(logger TreeLogger, w SplittingSourceWriter, bundle ConnectorBundle) : void in class com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory |
From |
To |
|
Change Variable Type stringDiffStates : HashMap<ClientConnector,String> to stringDiffStates : Map<ClientConnector,String> in method private writeObject(out ObjectOutputStream) : void in class com.vaadin.ui.ConnectorTracker |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public setFilters_noDelegate_shouldFail() : void in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryTest |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public removeContainerFilters_freeform_noFiltering() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type attributes : ArrayList<String> to attributes : List<String> in method private getAttributes() : Collection<String> in class com.vaadin.ui.declarative.DesignAttributeHandler.AttributeCacheEntry |
From |
To |
|
Change Variable Type rows : ArrayList<JsonObject> to rows : List<JsonObject> in method protected RpcDataSource() in class com.vaadin.v7.client.connectors.RpcDataSourceConnector.RpcDataSource |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_isNotNull() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type params : HashMap<String,String> to params : Map<String,String> in method private login() : void in class com.vaadin.ui.LoginForm |
From |
To |
|
Change Variable Type initFunctionNames : ArrayList<String> to initFunctionNames : List<String> in method protected initJavaScript() : boolean in class com.vaadin.client.JavaScriptConnectorHelper |
From |
To |
|
Change Variable Type invocations : ArrayList<MethodInvocation> to invocations : List<MethodInvocation> in method private parseInvocations(connectorTracker ConnectorTracker, invocationsJson JsonArray, lastSyncIdSeenByClient int) : List<MethodInvocation> in class com.vaadin.server.communication.ServerRpcHandler |
From |
To |
|
Change Variable Type alignments : ArrayList<Alignment> to alignments : List<Alignment> in method protected createControls(horizontal boolean) : AbstractOrderedLayout in class com.vaadin.tests.components.orderedlayout.BoxLayoutTest |
From |
To |
|
Change Variable Type reordered : ArrayList<Column> to reordered : List<Column> in method private createColumnsMenu() : void in class com.vaadin.tests.widgetset.client.v7.grid.GridBasicClientFeaturesWidget |
From |
To |
|
Change Variable Type keysToOptions : HashMap<String,CheckBox> to keysToOptions : Map<String,CheckBox> in method public buildOptions(uidl UIDL) : void in class com.vaadin.v7.client.ui.VOptionGroup |
From |
To |
|
Change Variable Type list : ArrayList<ComponentDetail> to list : List<ComponentDetail> in method package values() : Collection<ComponentDetail> in class com.vaadin.client.ComponentDetailMap |
From |
To |
|
Change Variable Type list : ArrayList<Long> to list : List<Long> in method private median(times Collection<Long>) : Long in class com.vaadin.v7.data.util.PerformanceTestIndexedContainerTest |
From |
To |
|
Change Variable Type memberFieldInOrder : ArrayList<java.lang.reflect.Field> to memberFieldInOrder : List<java.lang.reflect.Field> in method protected getFieldsInDeclareOrder(searchClass Class) : List<java.lang.reflect.Field> in class com.vaadin.v7.data.fieldgroup.FieldGroup |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_NotFilter() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type locations : ArrayList<String> to locations : List<String> in method public getWidgetsetSourceDirectory(widgetsetFileName String) : URL in class com.vaadin.server.widgetsetutils.ClassPathExplorer |
From |
To |
|
Change Variable Type totalList : ArrayList<Node> to totalList : List<Node> in method public logTimings() : void in class com.vaadin.client.Profiler |
From |
To |
|
Change Variable Type list : ArrayList<String> to list : List<String> in method public setup(request VaadinRequest) : void in class com.vaadin.tests.components.listselect.ListSelectJump |
From |
To |
|
Change Variable Type memberFieldInOrder : ArrayList<Field> to memberFieldInOrder : List<Field> in method private getFieldsInDeclareOrder(searchClass Class<?>) : List<Field> in class com.vaadin.data.Binder |
From |
To |
|
Change Variable Type filters : ArrayList<Filter> to filters : List<Filter> in method public getWhereStringForFilters_oneAndFilter() : void in class com.vaadin.v7.data.util.sqlcontainer.query.QueryBuilderTest |
From |
To |
|
Change Variable Type visibleColOrder : ArrayList<String> to visibleColOrder : List<String> in method private paintVisibleColumnOrder(target PaintTarget) : void in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Variable Type positions : ArrayList<Integer> to positions : List<Integer> in method public getSubPartName(subElement Element) : String in class com.vaadin.v7.client.ui.VTree |
From |
To |
|
Change Variable Type orderBys : ArrayList<OrderBy> to orderBys : List<OrderBy> in method public sort_freeform_sortsByName() : void in class com.vaadin.v7.data.util.sqlcontainer.SQLContainerTest |
From |
To |
|
Change Variable Type selectedItemKeys : ArrayList<String> to selectedItemKeys : List<String> in method protected getSelectedItems() : String[] in class com.vaadin.v7.client.ui.VNativeSelect |
From |
To |
|
Change Variable Type spacers : ArrayList<SpacerImpl> to spacers : List<SpacerImpl> in method public getSpacersAfterPx(px double, strategy SpacerInclusionStrategy) : Collection<SpacerImpl> in class com.vaadin.client.widgets.Escalator.SpacerContainer |
From |
To |
|
Change Attribute Type instmap : HashMap<Class<? extends ServerConnector>,WidgetInstantiator> to instmap : Map<Class<? extends ServerConnector>,WidgetInstantiator> in class com.vaadin.client.WidgetMap |
From |
To |
|
Change Attribute Type items : Hashtable<Object,Map<Object,Object>> to items : Map<Object,Map<Object,Object>> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type children : Hashtable<Object,LinkedList<Object>> to children : Map<Object,LinkedList<Object>> in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper |
From |
To |
|
Change Attribute Type locationToElement : HashMap<String,Element> to locationToElement : Map<String,Element> in class com.vaadin.client.ui.VCustomLayout |
From |
To |
|
Change Attribute Type visibleCells : ArrayList<Widget> to visibleCells : List<Widget> in class com.vaadin.v7.client.ui.VScrollTable.TableHead |
From |
To |
|
Change Attribute Type tabs : ArrayList<Component> to tabs : List<Component> in class com.vaadin.tests.components.tabsheet.TabKeyboardNavigationWaiAria |
From |
To |
|
Change Attribute Type cells : ArrayList<FlyweightCell> to cells : List<FlyweightCell> in class com.vaadin.v7.client.widget.escalator.FlyweightRow.CellIterator |
From |
To |
|
Change Attribute Type tabs : ArrayList<Component> to tabs : List<Component> in class com.vaadin.tests.components.tabsheet.TabKeyboardNavigation |
From |
To |
|
Change Attribute Type propertyIdToField : HashMap<Object,Field<?>> to propertyIdToField : Map<Object,Field<?>> in class com.vaadin.v7.data.fieldgroup.FieldGroup |
From |
To |
|
Change Attribute Type keyToIndexMap : HashMap<Object,Integer> to keyToIndexMap : Map<Object,Integer> in class com.vaadin.client.data.AbstractRemoteDataSource |
From |
To |
|
Change Attribute Type singlePropertyValueChangeListeners : Hashtable<Object,Map<Object,List<Property.ValueChangeListener>>> to singlePropertyValueChangeListeners : Map<Object,Map<Object,List<Property.ValueChangeListener>>> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type filteredChildren : HashMap<Object,LinkedList<Object>> to filteredChildren : Map<Object,LinkedList<Object>> in class com.vaadin.v7.data.util.HierarchicalContainer |
From |
To |
|
Change Attribute Type columnFooters : HashMap<Object,String> to columnFooters : Map<Object,String> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type stringToStateMap : HashMap<String,AbstractSplitPanelState> to stringToStateMap : Map<String,AbstractSplitPanelState> in class com.vaadin.server.JSONSerializerTest |
From |
To |
|
Change Attribute Type keyToNode : HashMap<String,TreeNode> to keyToNode : Map<String,TreeNode> in class com.vaadin.v7.client.ui.VTree |
From |
To |
|
Change Attribute Type cells : ArrayList<FlyweightCell> to cells : List<FlyweightCell> in class com.vaadin.client.widget.escalator.FlyweightRow.CellIterator |
From |
To |
|
Change Attribute Type columnHeaders : HashMap<Object,String> to columnHeaders : Map<Object,String> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type columnIcons : HashMap<Object,Resource> to columnIcons : Map<Object,Resource> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type parent : HashMap<Object,Object> to parent : Map<Object,Object> in class com.vaadin.v7.data.util.HierarchicalContainer |
From |
To |
|
Change Attribute Type availableCells : HashMap<String,FooterCell> to availableCells : Map<String,FooterCell> in class com.vaadin.v7.client.ui.VScrollTable.TableFooter |
From |
To |
|
Change Attribute Type widgetToCell : HashMap<Widget,Cell> to widgetToCell : Map<Widget,Cell> in class com.vaadin.client.ui.VGridLayout |
From |
To |
|
Change Attribute Type dropDetails : HashMap<String,Object> to dropDetails : Map<String,Object> in class com.vaadin.client.ui.dd.VDragEvent |
From |
To |
|
Change Attribute Type propertyValueConverters : HashMap<Object,Converter<String,Object>> to propertyValueConverters : Map<Object,Converter<String,Object>> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type fields : HashMap<Object,Field<?>> to fields : Map<Object,Field<?>> in class com.vaadin.v7.ui.Form |
From |
To |
|
Change Attribute Type columnAlignments : HashMap<Object,Align> to columnAlignments : Map<Object,Align> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type actionMap : HashMap<Object,String> to actionMap : Map<Object,String> in class com.vaadin.v7.client.ui.VScrollTable |
From |
To |
|
Change Attribute Type childWidgetToCaptionWrapper : HashMap<Widget,VCaptionWrapper> to childWidgetToCaptionWrapper : Map<Widget,VCaptionWrapper> in class com.vaadin.client.ui.VCustomLayout |
From |
To |
|
Change Attribute Type propertySetChangeListeners : LinkedList<Item.PropertySetChangeListener> to propertySetChangeListeners : List<Item.PropertySetChangeListener> in class com.vaadin.v7.data.util.PropertysetItem |
From |
To |
|
Change Attribute Type locationToWidget : HashMap<String,Widget> to locationToWidget : Map<String,Widget> in class com.vaadin.client.ui.VCustomLayout |
From |
To |
|
Change Attribute Type columnGenerators : HashMap<Object,ColumnGenerator> to columnGenerators : Map<Object,ColumnGenerator> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type order : ArrayList<MyComponent> to order : List<MyComponent> in class com.vaadin.tests.OrderedLayoutSwapComponents |
From |
To |
|
Change Attribute Type itemCaptions : HashMap<Object,String> to itemCaptions : Map<Object,String> in class com.vaadin.v7.ui.AbstractSelect |
From |
To |
|
Change Attribute Type typeToKey : HashMap<Class<? extends ClientConnector>,Integer> to typeToKey : Map<Class<? extends ClientConnector>,Integer> in class com.vaadin.server.LegacyCommunicationManager |
From |
To |
|
Change Attribute Type data : HashMap<String,Object> to data : Map<String,Object> in class com.vaadin.event.dd.TargetDetailsImpl |
From |
To |
|
Change Attribute Type map : HashMap<Object,Property<?>> to map : Map<Object,Property<?>> in class com.vaadin.v7.data.util.PropertysetItem |
From |
To |
|
Change Attribute Type windowOrder : ArrayList<VWindow> to windowOrder : List<VWindow> in class com.vaadin.client.ui.VWindow |
From |
To |
|
Change Attribute Type ownProperties : HashMap<Object,Property<?>> to ownProperties : Map<Object,Property<?>> in class com.vaadin.v7.ui.Form |
From |
To |
|
Change Attribute Type next : Hashtable<Object,Object> to next : Map<Object,Object> in class com.vaadin.v7.data.util.ContainerOrderedWrapper |
From |
To |
|
Change Attribute Type uiToClientCache : HashMap<Integer,ClientCache> to uiToClientCache : Map<Integer,ClientCache> in class com.vaadin.server.LegacyCommunicationManager |
From |
To |
|
Change Attribute Type itemIconAlts : HashMap<Object,String> to itemIconAlts : Map<Object,String> in class com.vaadin.v7.ui.Tree |
From |
To |
|
Change Attribute Type inventoryStore : HashMap<String,InventoryObject> to inventoryStore : Map<String,InventoryObject> in class com.vaadin.tests.dd.TreeDragStart |
From |
To |
|
Change Attribute Type actionMap : HashMap<String,String> to actionMap : Map<String,String> in class com.vaadin.v7.client.ui.VTree |
From |
To |
|
Change Attribute Type availableCells : HashMap<String,HeaderCell> to availableCells : Map<String,HeaderCell> in class com.vaadin.v7.client.ui.VScrollTable.TableHead |
From |
To |
|
Change Attribute Type propertyValueChangeListeners : LinkedList<Property.ValueChangeListener> to propertyValueChangeListeners : List<Property.ValueChangeListener> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type tabKeys : ArrayList<String> to tabKeys : List<String> in class com.vaadin.client.ui.VTabsheetBase |
From |
To |
|
Change Attribute Type filteredParent : HashMap<Object,Object> to filteredParent : Map<Object,Object> in class com.vaadin.v7.data.util.HierarchicalContainer |
From |
To |
|
Change Attribute Type buttonListeners : HashMap<String,Integer> to buttonListeners : Map<String,Integer> in class com.vaadin.tests.ListenerOrder |
From |
To |
|
Change Attribute Type defaultPropertyValues : HashMap<Object,Object> to defaultPropertyValues : Map<Object,Object> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type configurations : ArrayList<Configuration> to configurations : List<Configuration> in class com.vaadin.tests.TestSizeableIncomponents.Testable |
From |
To |
|
Change Attribute Type duplicates : HashMap<E,Integer> to duplicates : Map<E,Integer> in class com.vaadin.v7.data.util.ListSet |
From |
To |
|
Change Attribute Type columnExpandRatios : HashMap<Object,Float> to columnExpandRatios : Map<Object,Float> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type prev : Hashtable<Object,Object> to prev : Map<Object,Object> in class com.vaadin.v7.data.util.ContainerOrderedWrapper |
From |
To |
|
Change Attribute Type parent : Hashtable<Object,Object> to parent : Map<Object,Object> in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper |
From |
To |
|
Change Attribute Type slots : HashMap<String,Component> to slots : Map<String,Component> in class com.vaadin.ui.CustomLayout |
From |
To |
|
Change Attribute Type visibleCells : ArrayList<Widget> to visibleCells : List<Widget> in class com.vaadin.v7.client.ui.VScrollTable.TableFooter |
From |
To |
|
Change Attribute Type children : HashMap<Object,LinkedList<Object>> to children : Map<Object,LinkedList<Object>> in class com.vaadin.v7.data.util.HierarchicalContainer |
From |
To |
|
Change Attribute Type items : ArrayList<CustomMenuItem> to items : List<CustomMenuItem> in class com.vaadin.client.ui.VMenuBar |
From |
To |
|
Change Attribute Type resourcesMap : HashMap<String,String> to resourcesMap : Map<String,String> in class com.vaadin.client.ApplicationConnection |
From |
To |
|
Change Attribute Type additionalTooltips : HashMap<Object,TooltipInfo> to additionalTooltips : Map<Object,TooltipInfo> in class com.vaadin.client.ComponentDetail |
From |
To |
|
Change Attribute Type buttonListeners : HashMap<String,Integer> to buttonListeners : Map<String,Integer> in class com.vaadin.tests.util.TestClickListener |
From |
To |
|
Change Attribute Type actionMap : HashMap<String,String> to actionMap : Map<String,String> in class com.vaadin.v7.client.ui.calendar.CalendarConnector |
From |
To |
|
Change Attribute Type styleNames2 : ArrayList<String> to styleNames2 : List<String> in class com.vaadin.tests.TestForMultipleStyleNames |
From |
To |
|
Change Attribute Type propertyIds : ArrayList<Object> to propertyIds : List<Object> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type columnToHidingToggleMap : HashMap<Column<?,T>,MenuItem> to columnToHidingToggleMap : Map<Column<?,T>,MenuItem> in class com.vaadin.client.widgets.Grid.ColumnHider |
From |
To |
|
Change Attribute Type childWidgets : ArrayList<Widget> to childWidgets : List<Widget> in class com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow |
From |
To |
|
Change Attribute Type itemIcons : HashMap<Object,Resource> to itemIcons : Map<Object,Resource> in class com.vaadin.v7.ui.AbstractSelect |
From |
To |
|
Change Attribute Type columnWidths : HashMap<Object,Integer> to columnWidths : Map<Object,Integer> in class com.vaadin.v7.ui.Table |
From |
To |
|
Change Attribute Type types : Hashtable<Object,Class<?>> to types : Map<Object,Class<?>> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type unknownComponents : HashMap<Integer,String> to unknownComponents : Map<Integer,String> in class com.vaadin.client.ApplicationConfiguration |
From |
To |
|
Change Attribute Type actions : ArrayList<ShortcutAction> to actions : List<ShortcutAction> in class com.vaadin.client.ui.ShortcutActionHandler |
From |
To |
|
Change Attribute Type readOnlyProperties : HashSet<Property<?>> to readOnlyProperties : Set<Property<?>> in class com.vaadin.v7.data.util.IndexedContainer |
From |
To |
|
Change Attribute Type keyObjectMap : HashMap<String,V> to keyObjectMap : Map<String,V> in class com.vaadin.server.KeyMapper |
From |
To |
|
Change Attribute Type columnToHidingToggleMap : HashMap<Column<?,T>,MenuItem> to columnToHidingToggleMap : Map<Column<?,T>,MenuItem> in class com.vaadin.v7.client.widgets.Grid.ColumnHider |
From |
To |
|
Change Attribute Type callbacks : LinkedList<Command> to callbacks : List<Command> in class com.vaadin.client.ApplicationConfiguration |
From |
To |
|
Change Attribute Type sections : ArrayList<Section> to sections : List<Section> in class com.vaadin.client.debug.internal.VDebugWindow |
From |
To |
|
Change Attribute Type cache : HashMap<Object,HashMap<Object,Field<?>>> to cache : Map<Object,Map<Object,Field<?>>> in class com.vaadin.tests.components.table.EditableTableLeak.CachingFieldFactory |
From |
To |
|
Change Attribute Type stateToStringMap : HashMap<AbstractSplitPanelState,String> to stateToStringMap : Map<AbstractSplitPanelState,String> in class com.vaadin.server.JSONSerializerTest |
From |
To |
|
Change Attribute Type list : LinkedList<Object> to list : List<Object> in class com.vaadin.v7.data.util.PropertysetItem |
From |
To |
|
Change Attribute Type tabs : HashMap<Component,Tab> to tabs : Map<Component,Tab> in class com.vaadin.ui.TabSheet |
From |
To |
|
Change Attribute Type tooltips : HashMap<Object,String> to tooltips : Map<Object,String> in class com.vaadin.v7.client.ui.calendar.CalendarConnector |
From |
To |
|
Change Attribute Type views : HashMap<Folder,FolderView> to views : Map<Folder,FolderView> in class com.vaadin.tests.dd.DDTest6.FolderView |
From |
To |
|
Change Attribute Type indexToRowMap : HashMap<Integer,T> to indexToRowMap : Map<Integer,T> in class com.vaadin.client.data.AbstractRemoteDataSource |
From |
To |
|
Change Attribute Type runningApplications : ArrayList<ApplicationConnection> to runningApplications : List<ApplicationConnection> in class com.vaadin.client.ApplicationConfiguration |
From |
To |
|
Change Attribute Type layers : ArrayList<Element> to layers : List<Element> in class com.vaadin.client.ui.TouchScrollDelegate |
From |
To |
|
Change Attribute Type widgetToCaption : HashMap<Widget,Caption> to widgetToCaption : Map<Widget,Caption> in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable |
From |
To |
|
Change Attribute Type items : ArrayList<MenuItem> to items : List<MenuItem> in class com.vaadin.client.ui.menubar.MenuBar |
From |
To |
|
Change Attribute Type objectIdKeyMap : HashMap<Object,String> to objectIdKeyMap : Map<Object,String> in class com.vaadin.server.KeyMapper |
From |
To |
|
Change Attribute Type widgetToError : HashMap<Widget,ErrorFlag> to widgetToError : Map<Widget,ErrorFlag> in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable |
From |
To |
|
Change Attribute Type connectorIdToConnector : HashMap<String,ClientConnector> to connectorIdToConnector : Map<String,ClientConnector> in class com.vaadin.ui.ConnectorTracker |
From |
To |