af3ee1c5986005e4fdeec6e3430d8d63316bee6b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 53
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public endpointPair_containment() : void renamed to public endpointPair_undirected_contains() : void in class com.google.common.graph.EndpointPairTest | From | To | |
Rename Method public addEdge_existingNodes() : void renamed to public putEdge_existingNodes() : void in class com.google.common.graph.AbstractDirectedGraphTest | From | To | |
Rename Method public addEdge_existingEdgeBetweenSameNodes() : void renamed to public hasEdgeConnecting_backwards() : void in class com.google.common.graph.AbstractDirectedGraphTest | From | To | |
Extract Method | 4 | ||
Extract Method protected hasEdgeConnecting_internal(nodeU N, nodeV N) : boolean extracted from public hasEdgeConnecting(nodeU N, nodeV N) : boolean in class com.google.common.graph.ConfigurableValueGraph | From | To | |
Extract Method protected edgeValueOrDefault_internal(nodeU N, nodeV N, defaultValue V) : V extracted from public edgeValueOrDefault(nodeU N, nodeV N, defaultValue V) : V in class com.google.common.graph.ConfigurableValueGraph | From | To |