f538118855f75697b0669581ff695af7aa5716c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private toInjecteeImpl(injectee Injectee) : InjecteeImpl extracted from public resolve(injectee Injectee) : Object in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type foreignRequestScopedInjecteeCache : Cache<Injectee,Injectee> to foreignRequestScopedInjecteeCache : Cache<CacheKey,Injectee> in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl | From | To | |
Change Attribute Type descriptorCache : Cache<Injectee,ActiveDescriptor<?>> to descriptorCache : Cache<CacheKey,ActiveDescriptor<?>> in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl | From | To |