5058704d372b3a5bd68c2a8c80ad870a9e282c62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type handle : MethodHandleWrapper to handle : MethodHandle in method package FactoryProvider2(factoryKey Key<F>, collector BindingCollector) in class com.google.inject.assistedinject.FactoryProvider2 | From | To | |
Change Variable Type methodHandleBuilder : ImmutableMap.Builder<Method,MethodHandleWrapper> to methodHandleBuilder : ImmutableMap.Builder<Method,MethodHandle> in method package FactoryProvider2(factoryKey Key<F>, collector BindingCollector) in class com.google.inject.assistedinject.FactoryProvider2 | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type methodHandleByMethod : ImmutableMap<Method,MethodHandleWrapper> to methodHandleByMethod : ImmutableMap<Method,MethodHandle> in class com.google.inject.assistedinject.FactoryProvider2 | From | To |