710c5a589819a068469bd92a589b46e2bc89c731
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.google.errorprone.matchers.MatchersTest.MethodWithClassAndNameChecker renamed to com.google.errorprone.matchers.MatchersTest.MethodTreeChecker | From | To | |
Extract Method | 4 | ||
Extract Method public methodReturns(returnTypeMatcher Matcher<? super Tree>) : Matcher<MethodTree> extracted from public methodReturnsNonPrimitiveType() : Matcher<MethodTree> in class com.google.errorprone.matchers.Matchers | From | To | |
Extract Method private methodTreeCheckerSupplier(matcher Matcher<MethodTree>) : ScannerSupplier extracted from public methodWithClassAndName() : void in class com.google.errorprone.matchers.MatchersTest | From | To | |
Extract Method public methodReturns(returnTypeMatcher Matcher<? super Tree>) : Matcher<MethodTree> extracted from public methodReturns(returnType Supplier<Type>) : Matcher<MethodTree> in class com.google.errorprone.matchers.Matchers | From | To | |
Extract Method public methodReturns(returnTypeMatcher Matcher<? super Tree>) : Matcher<MethodTree> extracted from public methodReturns(returnType Type) : Matcher<MethodTree> in class com.google.errorprone.matchers.Matchers | From | To |