edb18e46d2d58d04d14805ae79c8834550557df9
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createInjectionBindings(injectionManager InjectionManager) : void renamed to public registerExecutorBindings(injectionManager InjectionManager, executorProviders List<ExecutorServiceProvider>, scheduledProviders List<ScheduledExecutorServiceProvider>) : void in class org.glassfish.jersey.process.internal.ExecutorProviders | From | To | |
| Move Method | 4 | ||
| Move Method private bindWithComponentProvider(component Class<?>, providerModel ContractProvider, componentProviders Iterable<ComponentProvider>) : boolean from class org.glassfish.jersey.server.ApplicationHandler to private bindWithComponentProvider(component Class<?>, providerModel ContractProvider, componentProviders Iterable<ComponentProvider>) : boolean from class org.glassfish.jersey.server.ResourceModelConfigurator | From | To | |
| Move Method private processResourceModel(resourceModel ResourceModel) : ResourceModel from class org.glassfish.jersey.server.ApplicationHandler to private processResourceModel(injectionManager InjectionManager, resourceModel ResourceModel, runtimeConfig ResourceConfig) : ResourceModel from class org.glassfish.jersey.server.ResourceModelConfigurator | From | To | |
| Move Method private bindEnhancingResourceClasses(injectionManager InjectionManager, bootstrapBag ServerBootstrapBag, resourceModel ResourceModel, resourceBag ResourceBag) : void from class org.glassfish.jersey.server.ApplicationHandler to private bindEnhancingResourceClasses(injectionManager InjectionManager, bootstrapBag ServerBootstrapBag, resourceModel ResourceModel, resourceBag ResourceBag, runtimeConfig ResourceConfig) : void from class org.glassfish.jersey.server.ResourceModelConfigurator | From | To | |
| Move Method private bindProvidersAndResources(injectionManager InjectionManager, bootstrapBag ServerBootstrapBag, componentBag ComponentBag, resourceClasses Collection<Class<?>>, resourceInstances Collection<Object>) : void from class org.glassfish.jersey.server.ApplicationHandler to private bindProvidersAndResources(injectionManager InjectionManager, bootstrapBag ServerBootstrapBag, componentBag ComponentBag, resourceClasses Collection<Class<?>>, resourceInstances Collection<Object>, runtimeConfig ResourceConfig) : void from class org.glassfish.jersey.server.ResourceModelConfigurator | From | To | |
| Move Class | 2 | ||
| Move Class org.glassfish.jersey.server.internal.process.ServerProcessingBinder.DefaultManagedAsyncExecutorProvider moved to org.glassfish.jersey.server.ServerExecutorProvidersConfigurator.DefaultManagedAsyncExecutorProvider | From | To | |
| Move Class org.glassfish.jersey.server.internal.process.ServerProcessingBinder.DefaultBackgroundSchedulerProvider moved to org.glassfish.jersey.server.ServerExecutorProvidersConfigurator.DefaultBackgroundSchedulerProvider | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute valueSupplierProviders : Collection<ValueSupplierProvider> to application : Application in method private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime in class org.glassfish.jersey.server.ApplicationHandler | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type valueSupplierProviders : Collection<ValueSupplierProvider> to application : Application in method private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime in class org.glassfish.jersey.server.ApplicationHandler | From | To | |
| Inline Variable | 1 | ||
| Inline Variable componentBag : ComponentBag in method private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime from class org.glassfish.jersey.server.ApplicationHandler | From | To | |
| Extract Method | 2 | ||
| Extract Method private ignoreValidationError() : boolean extracted from private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime in class org.glassfish.jersey.server.ApplicationHandler | From | To | |
| Extract Method private disableValidation() : boolean extracted from private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime in class org.glassfish.jersey.server.ApplicationHandler | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public getAllRankedSortedProviders(injectionManager InjectionManager, contract Class<T>) : Iterable<T> extracted from private initialize(injectionManager InjectionManager, bootstrapConfigurators List<BootstrapConfigurator>, bootstrapBag ServerBootstrapBag) : ServerRuntime in class org.glassfish.jersey.server.ApplicationHandler & moved to class org.glassfish.jersey.internal.inject.Providers | From | To |