6b3974e71e2f94acc776d7878d5ad9c22c363727
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type matcher : Matcher<? super T> to matcher : Matcher<? super S> in method public toType(type Class<S>, matcher Matcher<? super S>) : Matcher<T> in class com.google.errorprone.matchers.Matchers | From | To | |
Change Parameter Type type : Class<T> to type : Class<S> in method public toType(type Class<S>, matcher Matcher<? super S>) : Matcher<T> in class com.google.errorprone.matchers.Matchers | From | To | |
Change Return Type | 1 | ||
Change Return Type Matcher<Tree> to Matcher<T> in method public toType(type Class<S>, matcher Matcher<? super S>) : Matcher<T> in class com.google.errorprone.matchers.Matchers | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tree : Tree to tree : T in method public toType(type Class<S>, matcher Matcher<? super S>) : Matcher<T> in class com.google.errorprone.matchers.Matchers | From | To |