acbd065a3f7f21d42b718b4072030b9502bc4616
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method protected setupExpectPutFromLoad() : CountDownLatch renamed to protected expectPutFromLoad() : CountDownLatch in class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
| Rename Method protected setupExpectAfterUpdate() : CountDownLatch renamed to protected expectAfterUpdate() : CountDownLatch in class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
| Rename Method protected setupExpectPutWithValue(valuePredicate Predicate<Object>) : CountDownLatch renamed to protected expectPutWithValue(valuePredicate Predicate<Object>) : CountDownLatch in class org.hibernate.test.cache.infinispan.AbstractRegionAccessStrategyTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private evictOrRemoveAllTest(configName String) : void inlined to public testEvictAll() : void in class org.hibernate.test.cache.infinispan.AbstractGeneralDataRegionTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to Condition in method public run(action Runnable) : Condition in class org.hibernate.test.cache.infinispan.util.ExpectingInterceptor.Condition | From | To | |
| Change Return Type void to Condition in method public countDown(latch CountDownLatch) : Condition in class org.hibernate.test.cache.infinispan.util.ExpectingInterceptor.Condition | From | To | |
| Extract Variable | 1 | ||
| Extract Variable properties : Properties in method private regionFactory(cm EmbeddedCacheManager) : InfinispanRegionFactory from class org.hibernate.test.cache.infinispan.access.PutFromLoadValidatorUnitTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type exceptions : List<Exception> to exceptions : BlockingDeque<Exception> in class org.hibernate.test.cache.infinispan.stress.CorrectnessTestCase | From | To |