f1f4c88f47c7c2a260a0d9410392e233eaada068
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private oppositeNodeFn(graph Network<N,E>, node N) : Function<E,N> renamed to private otherNodeFn(graph Network<N,E>, node N) : Function<E,N> in class com.google.common.graph.ImmutableNetwork | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public oppositeNode_nodeNotIncident() : void from class com.google.common.graph.GraphsTest to public testOtherNode_nodeNotIncident() : void from class com.google.common.graph.EndpointsTest | From | To | |
Rename Variable | 1 | ||
Rename Variable oppositeNode : N to otherNode : 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 |