0555c90b3b87b56a01d12317e15633ae72b1ccc6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private infof(format String, params Object...) : void renamed to private debugf(format String, params Object...) : void in class org.infinispan.test.ReplListener | From | To | |
| Rename Variable | 1 | ||
| Rename Variable cache : Cache<?,?> to address : Address in method private waitForInvalidations() : void in class org.infinispan.distribution.DistAsyncFuncTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type expected : Map.Entry<Cache<?,?>,List<InvalidateL1Command>> to expected : Map.Entry<Address,List<InvalidateL1Command>> in method private waitForInvalidations() : void in class org.infinispan.distribution.DistAsyncFuncTest | From | To | |
| Change Variable Type cache : Cache<?,?> to address : Address in method private waitForInvalidations() : void in class org.infinispan.distribution.DistAsyncFuncTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type listenerLookup : Map<Cache<?,?>,ReplListener> to listenerLookup : Map<Address,ReplListener> in class org.infinispan.distribution.DistAsyncFuncTest | From | To | |
| Change Attribute Type expectedL1Invalidations : ConcurrentMap<Cache<?,?>,List<InvalidateL1Command>> to expectedL1Invalidations : ConcurrentMap<Address,List<InvalidateL1Command>> in class org.infinispan.distribution.DistAsyncFuncTest | From | To |