4787e754f286c4e26792a591d36a3f143db128f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private generateConstraintsFromIdentifierUse(type Type, sourceTree Tree, argSelector ArrayDeque<Integer>) : void renamed to private generateConstraintsFromAnnotations(type Type, sourceTree Tree, argSelector ArrayDeque<Integer>) : void in class com.google.errorprone.dataflow.nullnesspropagation.inference.NullnessQualifierInference | From | To | |
Rename Method private getLowerBound(iv InferenceVariable) : Optional<Nullness> renamed to private getNullness(iv InferenceVariable) : Optional<Nullness> in class com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lowerBoundMemoTable : Map<InferenceVariable,Optional<Nullness>> to inferredMemoTable : Map<InferenceVariable,Optional<Nullness>> in class com.google.errorprone.dataflow.nullnesspropagation.inference.InferredNullability | From | To |