58f40144cd50246dfebd00d36e372527ba912d0b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public edgeValueOrDefault() : void renamed to public edgeValues() : void in class com.google.common.graph.ValueGraphTest | From | To | |
| Rename Method private edgeValueMap(graph ValueGraph<N,V>) : Map<EndpointPair<N>,V> renamed to package edgeValues(graph ValueGraph<N,V>) : Map<EndpointPair<N>,V> in class com.google.common.graph.AbstractValueGraph | From | To | |
| Inline Method | 4 | ||
| Inline Method public edgeValueOrDefault(nodeU Object, nodeV Object, defaultValue V) : V inlined to public edgeValue(nodeU Object, nodeV Object) : V in class com.google.common.graph.ImmutableValueGraph | From | To | |
| Inline Method public edgeValueOrDefault(nodeU Object, nodeV Object, defaultValue V) : V inlined to public edgeValue(nodeU Object, nodeV Object) : V in class com.google.common.graph.ConfigurableValueGraph | From | To | |
| Extract Variable | 1 | ||
| Extract Variable value : String in method public validateGraphState() : void from class com.google.common.graph.ValueGraphTest | From | To |