ba3677b6900750abc427f7042e4e735b853794e0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method protected withTx(runnable Runnable, rolledBack boolean) : void moved from class org.hibernate.test.cache.infinispan.stress.CorrectnessTestCase.Jta to class org.hibernate.test.cache.infinispan.stress.CorrectnessTestCase.Operation & inlined to protected withSession(consumer Consumer<Session>) : void | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute sessionRef : ByRef<Session> to threadNode : ThreadLocal<Integer> in method protected withSession(consumer Consumer<Session>) : void in class org.hibernate.test.cache.infinispan.stress.CorrectnessTestCase.Operation | From | To | |
Extract Method | 2 | ||
Extract Method private iterateInvalidators(delayed List<DelayedInvalidators>, getInvalidators Method, invalidatorConsumer BiConsumer<Object,java.util.Collection>) : void extracted from protected checkForEmptyPendingPuts() : void in class org.hibernate.test.cache.infinispan.stress.CorrectnessTestCase | From | To |