0915b414d10d0737ac8fbd4819462d8141a09c8d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testMemoizeSerialized() : void renamed to public testMemoizeSerializable() : void in class com.google.common.base.SuppliersTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private serialVersionUID : long from class com.google.common.base.SuppliersTest.CountingSupplier to private serialVersionUID : long from class com.google.common.base.SuppliersTest.SerializableThrowingSupplier | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private serialVersionUID : long from class com.google.common.base.SuppliersTest.CountingSupplier to private serialVersionUID : long from class com.google.common.base.SuppliersTest.SerializableCountingSupplier | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type countingSupplier : CountingSupplier to countingSupplier : SerializableCountingSupplier in method public testMemoizeWithExpirationSerialized() : void in class com.google.common.base.SuppliersTest | From | To | |
| Change Variable Type countingSupplier : CountingSupplier to countingSupplier : SerializableCountingSupplier in method public testMemoizeSerializable() : void in class com.google.common.base.SuppliersTest | From | To | |
| Extract Method | 3 | ||
| Extract Method private memoize_redudantlyTest(countingSupplier CountingSupplier) : void extracted from public testMemoize_redudantly() : void in class com.google.common.base.SuppliersTest | From | To | |
| Extract Method private memoizeExceptionThrownTest(memoizedSupplier ThrowingSupplier) : void extracted from public testMemoizeExceptionThrown() : void in class com.google.common.base.SuppliersTest | From | To | |
| Extract Method private memoizeTest(countingSupplier CountingSupplier) : void extracted from public testMemoize() : void in class com.google.common.base.SuppliersTest | From | To |