05c229259db7a0ea16aa6ca9e57635cd9f0d8ee5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable runtimeExceptions : List<ExpressionTree> to uncheckedExceptions : List<ExpressionTree> in method public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThrowsUncheckedException | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public deleteExceptions(tree MethodTree, state VisitorState, toDelete List<ExpressionTree>) : Fix extracted from public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ThrowsUncheckedException & moved to class com.google.errorprone.fixes.SuggestedFixes | From | To |