b2fb2e4365f7d7d888aefa389922eba73e311c55
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public wrapPerCacheInboundInvocationHandler(cache Cache<?,?>, factory WrapFactory<PerCacheInboundInvocationHandler,T,Cache<?,?>>, rewire boolean) : T renamed to public wrapInboundInvocationHandler(cache Cache, ctor Function<PerCacheInboundInvocationHandler,T>) : T in class org.infinispan.test.TestingUtil | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cache : Cache<?,?> to cache : Cache in method public wrapInboundInvocationHandler(cache Cache, ctor Function<PerCacheInboundInvocationHandler,T>) : T in class org.infinispan.test.TestingUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cache : Cache to cache0 : Cache in method private replaceOn(cache0 Cache) : InboundInvocationHandlerDecorator in class org.infinispan.lucene.impl.DeltaReplicationTest | From | To |