2b68c55bcb94fc42fad5e2ee3b63eef9d912dd90
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Attribute | 1 | ||
| Replace Attribute private delegate : BlockingTaskAwareExecutorService from class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService with protected executor : Executor from class org.infinispan.server.hotrod.BaseDecoder | From | To | |
| Rename Method | 2 | ||
| Rename Method protected registerTransportMBean() : void renamed to protected registerServerMBeans() : void in class org.infinispan.server.core.AbstractProtocolServer | From | To | |
| Rename Method protected unregisterTransportMBean() : void renamed to protected unregisterServerMBeans() : void in class org.infinispan.server.core.AbstractProtocolServer | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.infinispan.executors.ManageableExecutorService from classes [org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService, org.infinispan.executors.LazyInitializingExecutorService, org.infinispan.executors.LazyInitializingScheduledExecutorService] | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute hotRodServerMBean : String to hotRodTransportMBean : String in class org.infinispan.server.test.jmx.management.JmxManagementIT | From | To | |
| Rename Attribute memCachedServerMBean : String to memCachedTransportMBean : String in class org.infinispan.server.test.jmx.management.JmxManagementIT | From | To | |
| Extract Variable | 1 | ||
| Extract Variable maxPoolSize : int in method public testHotRodServerAttributes() : void from class org.infinispan.server.test.jmx.management.JmxManagementIT | From | To | |
| Extract Method | 2 | ||
| Extract Method private registerMBean(instance Object, jmxDomain String, groupName String, name String) : ObjectName extracted from protected registerTransportMBean() : void in class org.infinispan.server.core.AbstractProtocolServer | From | To | |
| Extract Method protected getResourceDMBean(instance Object, componentName String) : ResourceDMBean extracted from protected getResourceDMBean(instance Object) : ResourceDMBean in class org.infinispan.jmx.AbstractJmxRegistration | From | To |