a25869a8dfa1fb78ad2c5fb25577c1f19abda61b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type InferenceVariable to TypeArgInferenceVar in method package create(typeArgSelector ImmutableList<Integer>, astNode Tree) : TypeArgInferenceVar in class com.google.errorprone.dataflow.nullnesspropagation.inference.TypeArgInferenceVar | From | To | |
| Change Return Type InferenceVariable to TypeVariableInferenceVar in method package create(typeVar TypeVariableSymbol, typeAppSite MethodInvocationTree) : TypeVariableInferenceVar in class com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type typeVarIV : InferenceVariable to typeVarIV : TypeVariableInferenceVar in method public visitMethodInvocation(node MethodInvocationTree, unused Void) : Void in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
| Extract Method | 1 | ||
| Extract Method package create(typeVar TypeVariableSymbol, typeAppSite MethodInvocationTree, typeArgSelector ImmutableList<Integer>) : TypeVariableInferenceVar extracted from package create(typeVar TypeVariableSymbol, typeAppSite MethodInvocationTree) : InferenceVariable in class com.google.errorprone.dataflow.nullnesspropagation.inference.TypeVariableInferenceVar | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter type : Type to declaredType : Type in method private findUnannotatedTypeVarRefs(typeVar TypeVariableSymbol, declaredType Type, decl Symbol, sourceNode Tree) : ImmutableSet<InferenceVariable> in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To |