aa7882d3e0380eea5e9cbb02024e43c929d58b46
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Supplier<T> to MemoizedSupplier<T> in method public of(originalSupplier Supplier<T>) : MemoizedSupplier<T> in class org.apache.james.util.MemoizedSupplier | From | To | |
Rename Attribute | 2 | ||
Rename Attribute rabbitConnection : Supplier<Connection> to rabbitConnectionSupplier : MemoizedSupplier<Connection> in class org.apache.james.backend.rabbitmq.RabbitChannelPoolImpl.ChannelBasePooledObjectFactory | From | To | |
Rename Attribute pooledObjectFactory : ChannelBasePooledObjectFactory to pooledChannelsFactory : ChannelBasePooledObjectFactory in class org.apache.james.backend.rabbitmq.RabbitChannelPoolImpl | From | To | |
Change Variable Type | 5 | ||
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package getShouldBeIdempotent() : void in class org.apache.james.util.MemoizedSupplierTest | From | To | |
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package underlyingSupplierShouldBeCalledOnlyOnce() : void in class org.apache.james.util.MemoizedSupplierTest | From | To | |
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package nullValueShouldBeSupported() : void in class org.apache.james.util.MemoizedSupplierTest | From | To | |
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package getShouldReturnSuppliedValue() : void in class org.apache.james.util.MemoizedSupplierTest | From | To | |
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package underlyingSupplierShouldBeCalledOnlyOnceWhenReturningNullValue() : void in class org.apache.james.util.MemoizedSupplierTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rabbitConnection : Supplier<Connection> to rabbitConnectionSupplier : MemoizedSupplier<Connection> in class org.apache.james.backend.rabbitmq.RabbitChannelPoolImpl.ChannelBasePooledObjectFactory | From | To |