48affd07a86210f6e1b02a080a59d2b894adeeb7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public otherNode(node Object) : N renamed to public adjacentNode(node Object) : N in class com.google.common.graph.Endpoints | From | To | |
Rename Method public testOtherNode_nodeNotIncident() : void renamed to public testAdjacentNode_nodeNotIncident() : void in class com.google.common.graph.EndpointsTest | From | To | |
Rename Method private otherNodeFn(graph Network<N,E>, node N) : Function<E,N> renamed to private adjacentNodeFn(graph Network<N,E>, node N) : Function<E,N> in class com.google.common.graph.ImmutableNetwork | From | To | |
Rename Variable | 1 | ||
Rename Variable otherNode : N to adjacentNode : N in method public inducedSubgraph(graph Network<N,E>, nodes Iterable<? extends N>) : MutableNetwork<N,E> in class com.google.common.graph.Graphs | From | To |