a866b63de7e15f4df98deb18e1d6a91787c132ee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private badMessageStrategy(delegate FailureStrategy, subject ThrowableSubject) : FailureStrategy renamed to private badCauseStrategy(delegate FailureStrategy) : FailureStrategy in class com.google.common.truth.ThrowableSubject | From | To | |
Rename Variable | 1 | ||
Rename Variable subject : NullPointerException to actual : NullPointerException in method public hasMessageThat_failure() : void in class com.google.common.truth.ThrowableSubjectTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable thrown : AssertionError to failure : AssertionError in method private assertErrorHasActualAsCause(actual Throwable, failure AssertionError) : void in class com.google.common.truth.ThrowableSubjectTest | From | To | |
Extract Method | 1 | ||
Extract Method private assertErrorHasActualAsCause(actual Throwable, failure AssertionError) : void extracted from public inheritedMethodChainsSubject() : void in class com.google.common.truth.ThrowableSubjectTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package create(failureStrategy FailureStrategy, throwable Throwable) : ThrowableSubject extracted from public that(target Throwable) : ThrowableSubject in class com.google.common.truth.TestVerb & moved to class com.google.common.truth.ThrowableSubject | From | To |