fc52db5cb49c0ec3581414debd96bd747e80a92d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ClassLoader to AggregatedClassLoader in method private getAggregatedClassLoader() : AggregatedClassLoader in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type serviceLoader : ServiceLoader to serviceLoader : AggregatedServiceLoader<?> in method public stop() : void in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl | From | To | |
Change Variable Type serviceLoader : ServiceLoader<S> to serviceLoader : AggregatedServiceLoader<S> in method public loadJavaServices(serviceContract Class<S>) : Collection<S> in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type serviceLoaders : ConcurrentMap<Class,ServiceLoader> to serviceLoaders : ConcurrentMap<Class,AggregatedServiceLoader<?>> in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl | From | To |