050808b35f373dca7aa624cd8afe9c0785819517
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable fix : Optional<Fix> in method private checkToString(tree ExpressionTree, state VisitorState) : Description from class com.google.errorprone.bugpatterns.AbstractToString | From | To | |
Extract Method | 2 | ||
Extract Method private isStringConcat(tree Tree, state VisitorState) : boolean extracted from private checkToString(tree ExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.AbstractToString | From | To | |
Extract Method package isToString(parent Tree, tree ExpressionTree, state VisitorState) : ToStringKind extracted from private checkToString(tree ExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.AbstractToString | From | To |