fe6898c79fc6785961a1f352aa835a824ad9f099
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type ImmutableList<Type> to ImmutableList<TypeAndSymbol> in method private expandVarargsToArity(formalArgs List<VarSymbol>, arity int) : ImmutableList<TypeAndSymbol> in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
| Extract Variable | 1 | ||
| Extract Variable fromAnnotations : Optional<InferenceVariable> in method private generateConstraintsForWrite(lType Type, decl Symbol, rVal ExpressionTree, lVal Tree, argSelector ArrayDeque<Integer>) : void from class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : ImmutableList.Builder<Type> to result : ImmutableList.Builder<TypeAndSymbol> in method private expandVarargsToArity(formalArgs List<VarSymbol>, arity int) : ImmutableList<TypeAndSymbol> in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
| Change Variable Type formalParameters : ImmutableList<Type> to formalParameters : ImmutableList<TypeAndSymbol> in method public visitMethodInvocation(node MethodInvocationTree, unused Void) : Void in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
| Inline Variable | 1 | ||
| Inline Variable returnType : Type in method public visitReturn(node ReturnTree, unused Void) : Void from class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To |