311bd862e2cca52314b30dc83239ccaf19453974
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable type : Type to targetType : ASTHelpers.TargetType in method public matchConditionalExpression(conditionalExpression ConditionalExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullTernary | From | To | |
Change Variable Type | 1 | ||
Change Variable Type type : Type to targetType : ASTHelpers.TargetType in method public matchConditionalExpression(conditionalExpression ConditionalExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullTernary | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public targetType(state VisitorState) : TargetType extracted from private maybeCast(state VisitorState, type Type, argType Type) : String in class com.google.errorprone.bugpatterns.BoxedPrimitiveConstructor & moved to class com.google.errorprone.util.ASTHelpers | From | To | |
Extract And Move Method public targetType(state VisitorState) : TargetType extracted from public matchConditionalExpression(conditionalExpression ConditionalExpressionTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullTernary & moved to class com.google.errorprone.util.ASTHelpers | From | To |