dba0b01d8690c6ee4c379fadc2ff28840a302961
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getTypeOfOperandFromTop(offsetFromTop int) : InferredType renamed to private getOperandFromTop(offsetFromTop int) : StackEntry in class com.google.common.truth.ActualValueInference.InferenceMethodVisitor | From | To | |
Rename Variable | 1 | ||
Rename Variable descriptionWasDerived : boolean to descriptionIsInteresting : boolean in method private description() : ImmutableList<Fact> in class com.google.common.truth.FailureMetadata | From | To | |
Change Return Type | 1 | ||
Change Return Type InferredType to StackEntry in method private getOperandFromTop(offsetFromTop int) : StackEntry in class com.google.common.truth.ActualValueInference.InferenceMethodVisitor | From | To | |
Extract Method | 2 | ||
Extract Method private pushMaybeDescribed(type InferredType, invocation Invocation, hasParams boolean) : void extracted from private pushDescriptor(desc String) : void in class com.google.common.truth.ActualValueInference.InferenceMethodVisitor | From | To | |
Extract Method private pushDescriptorAndMaybeProcessMethodCall(desc String, invocation Invocation) : void extracted from private pushDescriptor(desc String) : void in class com.google.common.truth.ActualValueInference.InferenceMethodVisitor | From | To |