4a8195b59ef07c62a22e2f51cf49f1f2f9657638
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Class<? extends Field> to Class<? extends Field<?>> in method private castFieldClass(clazz Class<?>) : Class<? extends Field<?>> in class com.vaadin.v7.tests.VaadinClasses | From | To | |
Change Return Type List<Class<? extends Field>> to List<Class<? extends Field<?>>> in method public getFields() : List<Class<? extends Field<?>>> in class com.vaadin.v7.tests.VaadinClasses | From | To | |
Change Variable Type | 1 | ||
Change Variable Type styles : Collection<?> to styles : Collection<String> in method public valueChange(event ValueChangeEvent) : void in class com.vaadin.tests.TestForMultipleStyleNames | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type itemCaptions : HashMap<Class<?>,String> to itemCaptions : Set<Class<?>> in class com.vaadin.tests.TestBench | From | To |