0a51f90c1964c9943852f85903d64834c510cab5
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type tree : Tree to tree : ExpressionTree in method protected addFix(description Description.Builder, tree ExpressionTree, state VisitorState) : void in class com.google.errorprone.bugpatterns.StreamResourceLeak | From | To | |
| Change Parameter Type tree : Tree to tree : ExpressionTree in method protected matchNewClassOrMethodInvocation(tree ExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker | From | To | |
| Change Parameter Type tree : Tree to tree : ExpressionTree in method private checkClosed(tree ExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.AbstractMustBeClosedChecker | From | To | |
| Rename Variable | 1 | ||
| Rename Variable select : MemberSelectTree to lastUse : int in method protected addFix(description Description.Builder, tree ExpressionTree, state VisitorState) : void in class com.google.errorprone.bugpatterns.StreamResourceLeak | From | To | |
| Rename Class | 2 | ||
| Rename Class com.google.errorprone.bugpatterns.FilesLinesLeak renamed to com.google.errorprone.bugpatterns.StreamResourceLeak | From | To | |
| Rename Class com.google.errorprone.bugpatterns.FilesLinesLeakTest renamed to com.google.errorprone.bugpatterns.StreamResourceLeakTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type select : MemberSelectTree to lastUse : int in method protected addFix(description Description.Builder, tree ExpressionTree, state VisitorState) : void in class com.google.errorprone.bugpatterns.StreamResourceLeak | From | To | |
| Extract Variable | 1 | ||
| Extract Variable parentPath : TreePath in method protected addFix(description Description.Builder, tree ExpressionTree, state VisitorState) : void from class com.google.errorprone.bugpatterns.StreamResourceLeak | From | To |