936315d4bb10faad6615f294a3427dec39f8acf0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable getter : Optional<Fixer> to fixer : Optional<Fixer> in method public visitBinary(binary BinaryTree, unused Void) : Void in class com.google.errorprone.bugpatterns.ProtoFieldNullComparison.ProtoNullComparisonScanner | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PROTO_RECEIVER : Matcher<ExpressionTree> to protoReceiver : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.ProtoFieldNullComparison | From | To | |
Extract Method | 1 | ||
Extract Method private getEffectiveTree(tree ExpressionTree) : ExpressionTree extracted from private getFixer(tree ExpressionTree, state VisitorState) : Optional<Fixer> in class com.google.errorprone.bugpatterns.ProtoFieldNullComparison.ProtoNullComparisonScanner | From | To |