b4fbea25c30d5273239d9f33e3efbd552d5cf510
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private objectToStringWithTypeInfo(item Object) : String renamed to private objectToTypeName(item Object) : String in class com.google.common.truth.IterableSubject | From | To | |
Rename Method private getHomogeneousClass(items Iterable<?>) : Optional<Class<?>> renamed to private getHomogeneousTypeName(items Iterable<?>) : Optional<String> in class com.google.common.truth.IterableSubject | From | To | |
Rename Variable | 3 | ||
Rename Variable homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private getHomogeneousTypeName(items Iterable<?>) : Optional<String> in class com.google.common.truth.IterableSubject | From | To | |
Rename Variable homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private iterableToStringWithTypeInfo(itemsIterable Iterable<?>) : String in class com.google.common.truth.IterableSubject | From | To | |
Rename Variable homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private countDuplicatesAndAddTypeInfo(itemsIterable Iterable<?>) : String in class com.google.common.truth.IterableSubject | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<Class<?>> to Optional<String> in method private getHomogeneousTypeName(items Iterable<?>) : Optional<String> in class com.google.common.truth.IterableSubject | From | To | |
Change Variable Type | 3 | ||
Change Variable Type homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private iterableToStringWithTypeInfo(itemsIterable Iterable<?>) : String in class com.google.common.truth.IterableSubject | From | To | |
Change Variable Type homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private getHomogeneousTypeName(items Iterable<?>) : Optional<String> in class com.google.common.truth.IterableSubject | From | To | |
Change Variable Type homogeneousClass : Optional<Class<?>> to homogeneousTypeName : Optional<String> in method private countDuplicatesAndAddTypeInfo(itemsIterable Iterable<?>) : String in class com.google.common.truth.IterableSubject | From | To |