501e3353f543e2cb3e0f147ec1329dbc7c7a6f3e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute nodeToEdgeMap : Map<?,E> to nodeToOutEdge : Map<?,E> in class com.google.common.graph.SimpleEdgesConnecting | From | To | |
| Extract Method | 3 | ||
| Extract Method private predecessorsMultiset() : Multiset<N> extracted from public predecessors() : Set<N> in class com.google.common.graph.DirectedMultiNodeConnections | From | To | |
| Extract Method private adjacentNodesMultiset() : Multiset<N> extracted from public adjacentNodes() : Set<N> in class com.google.common.graph.UndirectedMultiNodeConnections | From | To | |
| Extract Method private successorsMultiset() : Multiset<N> extracted from public successors() : Set<N> in class com.google.common.graph.DirectedMultiNodeConnections | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter obj : Object to edge : Object in method public contains(edge Object) : boolean in class com.google.common.graph.SimpleEdgesConnecting | From | To |