965ecbc925888c63488730cd784d0a531149c2a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable suggestedFixes : SuggestedFix.Builder to fix : SuggestedFix.Builder in method private describe(protoField ProtoField, locations Collection<FieldWithValue>, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ProtoRedundantSet | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type setters : ListMultimap<ProtoField,String> to setters : ListMultimap<ProtoField,FieldWithValue> in method public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ProtoRedundantSet | From | To | |
| Extract Method | 1 | ||
| Extract Method private describe(protoField ProtoField, locations Collection<FieldWithValue>, state VisitorState) : Description extracted from public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.ProtoRedundantSet | From | To |