b8e84da2e2dc4bcaed40d169c40a97f3d11e0648
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable c : Class<? extends Component> to clazz : Class<? extends Component> in method public testGetDoesntMarkStateDirty() : void in class com.vaadin.tests.server.component.StateGetDoesNotMarkDirtyTest | From | To | |
Rename Variable methodPattern : Pattern to removePattern : Pattern in method public allRemoveListenerMethodsMarkedAsDeprecated() : void in class com.vaadin.server.RemoveListenersDeprecatedTest | From | To | |
Move Source Folder | 1 | ||
Move Source Folder compatibility-server to server | From | To | |
Change Return Type | 7 | ||
Change Return Type void to Registration in method public addComponentCreationListener(listener ComponentCreationListener) : Registration in class com.vaadin.ui.declarative.DesignContext | From | To | |
Change Return Type void to Registration in method public addSortListener(listener SortListener) : Registration in class com.vaadin.v7.ui.Grid | From | To | |
Change Return Type void to Registration in method public addPortletListener(listener PortletListener) : Registration in class com.vaadin.server.VaadinPortletSession | From | To | |
Change Return Type void to Registration in method public addBootstrapListener(listener BootstrapListener) : Registration in class com.vaadin.server.VaadinSession | From | To | |
Change Return Type void to Registration in method public addRegisteredEventListener(state SharedState, eventListenerId String) : Registration in class com.vaadin.shared.ui.ComponentStateUtil | From | To | |
Change Return Type void to Registration in method public addSortListener(listener SortListener) : Registration in class com.vaadin.event.SortEvent.SortNotifier | From | To | |
Change Return Type void to Registration in method public addViewChangeListener(listener ViewChangeListener) : Registration in class com.vaadin.navigator.Navigator | From | To | |
Extract Variable | 1 | ||
Extract Variable fileSystem : FileSystem in method private getVaadinClassesFromFile(classesRoot File) : List<Class<?>> from class com.vaadin.tests.server.ClasspathHelper | From | To | |
Extract Method | 1 | ||
Extract Method private mockUI() : UI extracted from private prepareMockUI(newInstance Component) : void in class com.vaadin.tests.server.component.StateGetDoesNotMarkDirtyTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter c : Class<? extends Component> to clazz : Class<? extends Component> in method private construct(clazz Class<? extends Component>) : Component in class com.vaadin.tests.server.component.StateGetDoesNotMarkDirtyTest | From | To | |
Rename Parameter c : Class<?> to clazz : Class<?> in method private ensureNoFinalMethods(clazz Class<?>, tested HashSet<Class<?>>) : void in class com.vaadin.tests.server.component.FinalMethodTest | From | To |