ea0a0d1275ede8d0a6d3e9e1c657bed7793d061c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable builder : SuggestedFix.Builder to fix : SuggestedFix.Builder in method public matchMethodInvocation(methodInvocationTree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThreadJoinLoop | From | To | |
Rename Variable treePath : TreePath to tryTreePath : TreePath in method public matchMethodInvocation(methodInvocationTree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThreadJoinLoop | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pathToLoop : TreePath to pathToLoop : WhileLoopTree in method public matchMethodInvocation(methodInvocationTree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThreadJoinLoop | From | To | |
Inline Variable | 1 | ||
Inline Variable catches : List<? extends CatchTree> in method public matchMethodInvocation(methodInvocationTree MethodInvocationTree, visitorState VisitorState) : Description from class com.google.errorprone.bugpatterns.ThreadJoinLoop | From | To | |
Rename Parameter | 1 | ||
Rename Parameter visitorState : VisitorState to state : VisitorState in method public matchMethodInvocation(methodInvocationTree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThreadJoinLoop | From | To |