c826d83e9db6e021f9693f63ee07545e3cdccbd8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public withFailureMessage(failureMessage String) : DelegatedVerb<S,T> from class com.google.common.truth.AbstractVerb.DelegatedVerb to public withFailureMessage(failureMessage String) : V from class com.google.common.truth.AbstractDelegatedVerb | From | To | |
| Pull Up Method public withFailureMessage(format String, args Object...) : DelegatedVerb<S,T> from class com.google.common.truth.AbstractVerb.DelegatedVerb to public withFailureMessage(format String, args Object...) : V from class com.google.common.truth.AbstractDelegatedVerb | From | To | |
| Change Return Type | 2 | ||
| Change Return Type DelegatedVerb<S,T> to V in method public withFailureMessage(format String, args Object...) : V in class com.google.common.truth.AbstractDelegatedVerb | From | To | |
| Change Return Type DelegatedVerb<S,T> to V in method public withFailureMessage(failureMessage String) : V in class com.google.common.truth.AbstractDelegatedVerb | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private failureStrategy : FailureStrategy from class com.google.common.truth.AbstractVerb.DelegatedVerb to protected failureStrategy : FailureStrategy from class com.google.common.truth.AbstractDelegatedVerb | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.google.common.truth.AbstractDelegatedVerb from classes [com.google.common.truth.AbstractVerb.DelegatedVerb] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute factory : SubjectFactory<S,T> to subjectFactory : SubjectFactory<S,T> in class com.google.common.truth.AbstractVerb.DelegatedVerb | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter factory : SubjectFactory<S,T> to subjectFactory : SubjectFactory<S,T> in method public DelegatedVerb(failureStrategy FailureStrategy, subjectFactory SubjectFactory<S,T>) in class com.google.common.truth.AbstractVerb.DelegatedVerb | From | To |