947ce04b042d82fe3d3a8cb2c2658cc726efc516
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type node : Node to element : Element in method public getInformation(element Element) : V in class com.google.errorprone.dataflow.LocalStore | From | To | |
Change Parameter Type node : Node to element : Element in method public setInformation(element Element, value V) : Builder<V> in class com.google.errorprone.dataflow.LocalStore.Builder | From | To | |
Change Parameter Type contents : Map<Equivalence.Wrapper<Node>,V> to contents : Map<Element,V> in method private LocalStore(contents Map<Element,V>) in class com.google.errorprone.dataflow.LocalStore | From | To | |
Rename Variable | 1 | ||
Rename Variable value : Nullness to result : Nullness in method public visitVariableDeclaration(node VariableDeclarationNode, input TransferInput<Nullness,LocalStore<Nullness>>) : TransferResult<Nullness,LocalStore<Nullness>> in class com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entry : Entry<LocalVariableNode,Nullness> to entry : Entry<Element,Nullness> in method private updateStore(oldStore LocalStore<Nullness>, updates ReadableLocalVariableUpdates...) : ResultingStore in class com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer | From | To | |
Change Variable Type var : Equivalence.Wrapper<Node> to var : Element in method public leastUpperBound(other LocalStore<V>) : LocalStore<V> in class com.google.errorprone.dataflow.LocalStore | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type contents : ImmutableMap<Equivalence.Wrapper<Node>,V> to contents : ImmutableMap<Element,V> in class com.google.errorprone.dataflow.LocalStore | From | To | |
Change Attribute Type values : Map<LocalVariableNode,Nullness> to values : Map<Element,Nullness> in class com.google.errorprone.dataflow.nullnesspropagation.AbstractNullnessPropagationTransfer.ReadableLocalVariableUpdates | From | To | |
Change Attribute Type contents : Map<Equivalence.Wrapper<Node>,V> to contents : Map<Element,V> in class com.google.errorprone.dataflow.LocalStore.Builder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter node : Node to element : Element in method public getInformation(element Element) : V in class com.google.errorprone.dataflow.LocalStore | From | To | |
Rename Parameter node : Node to element : Element in method public setInformation(element Element, value V) : Builder<V> in class com.google.errorprone.dataflow.LocalStore.Builder | From | To |