7b28b50faebd734f01f5371926778b4c66fa9d9c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private methodHasIdentifierMatching(shouldMatch boolean, toMatch MultiMatcher<Tree,IdentifierTree>) : Scanner renamed to private literalHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To | |
Rename Method private literalHasIdentifierMatching(shouldMatch boolean, toMatch MultiMatcher<Tree,IdentifierTree>) : Scanner renamed to private methodHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type matchingNode : Optional<T> to matchingNode : ImmutableList<T> in method private create(matchingNode ImmutableList<T>, matches boolean) : MatchResult<T> in class com.google.errorprone.matchers.ChildMultiMatcher.MatchResult | From | To | |
Change Parameter Type toMatch : MultiMatcher<Tree,IdentifierTree> to toMatch : Matcher<Tree> in method private literalHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To | |
Change Parameter Type toMatch : MultiMatcher<Tree,IdentifierTree> to toMatch : Matcher<Tree> in method private methodHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To | |
Change Return Type | 1 | ||
Change Return Type MultiMatcher<Tree,IdentifierTree> to Matcher<Tree> in method public hasIdentifier(nodeMatcher Matcher<IdentifierTree>) : Matcher<Tree> in class com.google.errorprone.matchers.Matchers | From | To | |
Change Variable Type | 2 | ||
Change Variable Type node : MethodTree to node : LiteralTree in method private literalHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To | |
Change Variable Type node : LiteralTree to node : MethodTree in method private methodHasIdentifierMatching(shouldMatch boolean, toMatch Matcher<Tree>) : Scanner in class com.google.errorprone.matchers.HasIdentifierTest | From | To |