8fef23a205c895d9fb45b2da4cbb243eab652f0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 6 | ||
| Rename Method public endpoints_directedGraph() : void renamed to public edges_directedGraph() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Method public endpoints_directedNetwork() : void renamed to public edges_directedNetwork() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Method public endpoints_undirectedGraph() : void renamed to public edges_undirectedGraph() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Method public endpoints_containment() : void renamed to public edges_containment() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Method public endpoints_unmodifiableView() : void renamed to public edges_unmodifiableView() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Method public endpoints_undirectedNetwork() : void renamed to public edges_undirectedNetwork() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable endpoints : Collection<Endpoints<Integer>> to edges : Set<Endpoints<Integer>> in method public edges_unmodifiableView() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Rename Variable endpoints : Collection<Endpoints<Integer>> to edges : Set<Endpoints<Integer>> in method public edges_containment() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type endpoints : Collection<Endpoints<Integer>> to edges : Set<Endpoints<Integer>> in method public edges_unmodifiableView() : void in class com.google.common.graph.EndpointsTest | From | To | |
| Change Variable Type endpoints : Collection<Endpoints<Integer>> to edges : Set<Endpoints<Integer>> in method public edges_containment() : void in class com.google.common.graph.EndpointsTest | From | To |