7fc7a2b195ddecf74f88521e546f41789bc91cf2
Files Diff
- Added: 5
- Removed: 3
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public remove() : void renamed to public close() : void in class org.jboss.as.test.integration.ejb.stateful.passivation.TestPassivationRemote | From | To | |
| Rename Method public remove() : void renamed to public close() : void in class org.jboss.as.test.integration.ejb.stateful.passivation.TestPassivationBean | From | To | |
| Change Parameter Type | 6 | ||
| Change Parameter Type id : I to bean : Bean<I,?> in method public ScheduleSchedulerCommand(bean Bean<I,?>) in class org.wildfly.clustering.ejb.infinispan.ScheduleSchedulerCommand | From | To | |
| Change Parameter Type command : Command<Void,Scheduler<I>> to command : Command<Void,SchedulerContext<I>> in method private executeOnPrimaryOwner(bean Bean<I,T>, command Command<Void,SchedulerContext<I>>) : void in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager | From | To | |
| Change Parameter Type context : BeanEvictionContext<I> to context : BeanGroupEvictionContext<I> in method public execute(context BeanGroupEvictionContext<I>) : Void in class org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionCommand | From | To | |
| Change Parameter Type scheduler : Scheduler<I> to context : SchedulerContext<I> in method public execute(context SchedulerContext<I>) : Void in class org.wildfly.clustering.ejb.infinispan.CancelSchedulerCommand | From | To | |
| Change Parameter Type id : I to bean : Bean<I,?> in method public CancelSchedulerCommand(bean Bean<I,?>) in class org.wildfly.clustering.ejb.infinispan.CancelSchedulerCommand | From | To | |
| Change Parameter Type scheduler : Scheduler<I> to context : SchedulerContext<I> in method public execute(context SchedulerContext<I>) : Void in class org.wildfly.clustering.ejb.infinispan.ScheduleSchedulerCommand | From | To | |
| Rename Variable | 3 | ||
| Rename Variable beans : Iterator<I> to groups : Iterator<I> in method public cancel(locality Locality) : void in class org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionScheduler | From | To | |
| Rename Variable bean : I to group : I in method public schedule(id I) : void in class org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionScheduler | From | To | |
| Rename Variable beans : Iterator<I> to groups : Iterator<I> in method public schedule(id I) : void in class org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionScheduler | From | To | |
| Rename Class | 3 | ||
| Rename Class org.wildfly.clustering.ejb.infinispan.BeanEvictionScheduler renamed to org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionScheduler | From | To | |
| Rename Class org.wildfly.clustering.ejb.infinispan.BeanEvictionCommand renamed to org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionCommand | From | To | |
| Rename Class org.wildfly.clustering.ejb.infinispan.BeanEvictionContext renamed to org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionContext | From | To | |
| Move And Rename Attribute | 1 | ||
| Move And Rename Attribute private group : ThreadLocal<K> renamed to public CURRENT_GROUP : ThreadLocal<Object> and moved from class org.jboss.as.ejb3.cache.distributable.DistributableCache to class org.jboss.as.ejb3.cache.Cache | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute id : I to beanId : I in class org.wildfly.clustering.ejb.infinispan.CancelSchedulerCommand | From | To | |
| Rename Attribute beanCache : Cache<BeanKey<I>,BeanEntry<I>> to cache : Cache<BeanKey<I>,BeanEntry<I>> in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager | From | To | |
| Rename Attribute id : I to beanId : I in class org.wildfly.clustering.ejb.infinispan.ScheduleSchedulerCommand | From | To | |
| Rename Attribute scheduler : Scheduler<I> to schedulerContext : SchedulerContext<I> in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type context : BeanEvictionContext<String> to context : BeanGroupEvictionContext<String> in method public test() : void in class org.wildfly.clustering.ejb.infinispan.BeanEvictionSchedulerTestCase | From | To | |
| Change Variable Type dispatcher : CommandDispatcher<BeanEvictionContext<String>> to dispatcher : CommandDispatcher<BeanGroupEvictionContext<String>> in method public test() : void in class org.wildfly.clustering.ejb.infinispan.BeanEvictionSchedulerTestCase | From | To | |
| Change Variable Type capturedContext : ArgumentCaptor<BeanEvictionContext> to capturedContext : ArgumentCaptor<BeanGroupEvictionContext> in method public test() : void in class org.wildfly.clustering.ejb.infinispan.BeanEvictionSchedulerTestCase | From | To | |
| Extract Variable | 1 | ||
| Extract Variable beanKey : BeanKey<I> in method public evict(id I) : void from class org.wildfly.clustering.ejb.infinispan.group.InfinispanBeanGroupFactory | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.jboss.as.test.integration.ejb.stateful.passivation.Bean from classes [org.jboss.as.test.integration.ejb.stateful.passivation.DDBasedSFSB, org.jboss.as.test.integration.ejb.stateful.passivation.PassivationDisabledBean, org.jboss.as.test.integration.ejb.stateful.passivation.PassivationEnabledBean] | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type dispatcher : CommandDispatcher<Scheduler<I>> to dispatcher : CommandDispatcher<SchedulerContext<I>> in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager | From | To | |
| Change Attribute Type dispatcher : CommandDispatcher<BeanEvictionContext<I>> to dispatcher : CommandDispatcher<BeanGroupEvictionContext<I>> in class org.wildfly.clustering.ejb.infinispan.BeanGroupEvictionScheduler | From | To | |
| Change Attribute Type scheduler : Scheduler<I> to schedulerContext : SchedulerContext<I> in class org.wildfly.clustering.ejb.infinispan.InfinispanBeanManager | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter scheduler : Scheduler<I> to context : SchedulerContext<I> in method public execute(context SchedulerContext<I>) : Void in class org.wildfly.clustering.ejb.infinispan.ScheduleSchedulerCommand | From | To | |
| Rename Parameter id : I to bean : Bean<I,?> in method public ScheduleSchedulerCommand(bean Bean<I,?>) in class org.wildfly.clustering.ejb.infinispan.ScheduleSchedulerCommand | From | To | |
| Rename Parameter scheduler : Scheduler<I> to context : SchedulerContext<I> in method public execute(context SchedulerContext<I>) : Void in class org.wildfly.clustering.ejb.infinispan.CancelSchedulerCommand | From | To | |
| Rename Parameter id : I to bean : Bean<I,?> in method public CancelSchedulerCommand(bean Bean<I,?>) in class org.wildfly.clustering.ejb.infinispan.CancelSchedulerCommand | From | To |