8ac8f5fc783bc3bf20456a24dd9bf76e4192e546
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute objectKeyMap : HashMap<V,String> to objectIdKeyMap : HashMap<Object,String> in class com.vaadin.server.KeyMapper | From | To | |
Extract Method | 7 | ||
Extract Method protected setDataProvider(dataProvider DataProvider<T,?>) : void extracted from public setDataProvider(dataProvider DataProvider<T,F>, initialFilter F) : SerializableConsumer<F> in class com.vaadin.data.provider.DataCommunicator | From | To | |
Extract Method protected createObject() : Object extracted from public testAdd() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Extract Method protected createObject() : Object extracted from public testRemoveAll() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Extract Method protected createKeyMapper() : KeyMapper<Object> extracted from public testRemove() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Extract Method protected createKeyMapper() : KeyMapper<Object> extracted from public testRemoveAll() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Extract Method protected createObject() : Object extracted from public testRemove() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Extract Method protected createKeyMapper() : KeyMapper<Object> extracted from public testAdd() : void in class com.vaadin.tests.server.KeyMapperTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type objectKeyMap : HashMap<V,String> to objectIdKeyMap : HashMap<Object,String> in class com.vaadin.server.KeyMapper | From | To |