e246cf9a801497b64c54de03ca7331d767e8588f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 3 | ||
Extract Variable existingEndpoints : Endpoints<N> in method public addEdge(edge E, nodeA N, nodeB N) : boolean from class com.google.common.graph.ConfigurableMutableNetwork | From | To | |
Extract Variable connectionsA : NodeConnections<N,E> in method public removeEdge(edge Object) : boolean from class com.google.common.graph.ConfigurableMutableNetwork | From | To | |
Extract Variable connectionsB : NodeConnections<N,E> in method public removeEdge(edge Object) : boolean from class com.google.common.graph.ConfigurableMutableNetwork | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package of(nodeA N, nodeB N, isDirected boolean) : Endpoints<N> extracted from public incidentNodes(edge Object) : Endpoints<N> in class com.google.common.graph.AbstractConfigurableNetwork & moved to class com.google.common.graph.Endpoints | From | To |