d2b300f8d1aff1b58b2353b369b079741c8fc379
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 3 | ||
Inline Method package toString(graph ValueGraph<?,?>) : String inlined to public toString() : String in class com.google.common.graph.AbstractValueGraph | From | To | |
Inline Method package edgeValues(graph ValueGraph<N,V>) : Map<EndpointPair<N>,V> inlined to public edgeValues() : Map<EndpointPair<N>,V> in class com.google.common.graph.AbstractValueGraph | From | To | |
Inline Method package toString(graph Graph<?>) : String inlined to public toString() : String in class com.google.common.graph.AbstractGraph | From | To | |
Rename Attribute | 2 | ||
Rename Attribute backingGraph : ConfigurableValueGraph<N,V> to backingValueGraph : ValueGraph<N,V> in class com.google.common.graph.ImmutableGraph.ValueBackedImpl | From | To | |
Rename Attribute backingGraph : MutableValueGraph<N,Presence> to backingValueGraph : MutableValueGraph<N,Presence> in class com.google.common.graph.ConfigurableMutableGraph | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type backingGraph : ConfigurableValueGraph<N,V> to backingValueGraph : ValueGraph<N,V> in class com.google.common.graph.ImmutableGraph.ValueBackedImpl | From | To |