6d1abeb9fc1103af0a04dfd79d56b0f883de6f72
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private set(type Class<T>, instance T, inheritable boolean) : CurrentInstance inlined to public set(type Class<T>, instance T) : CurrentInstance in class com.vaadin.util.CurrentInstance | From | To | |
Change Return Type | 2 | ||
Change Return Type InheritableThreadLocal<Map<Class<?>,CurrentInstance>> to ThreadLocal<Map<Class<?>,CurrentInstance>> in method private getInternalCurrentInstanceVariable() : ThreadLocal<Map<Class<?>,CurrentInstance>> in class com.vaadin.util.CurrentInstanceTest | From | To | |
Change Return Type void to CurrentInstance in method public set(type Class<T>, instance T) : CurrentInstance in class com.vaadin.util.CurrentInstance | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type instances : InheritableThreadLocal<Map<Class<?>,CurrentInstance>> to instances : ThreadLocal<Map<Class<?>,CurrentInstance>> in class com.vaadin.util.CurrentInstance | From | To |