53b628b0270bd8ad278a0c3b657f1756607c1125
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public v(id Object) : TitanVertex renamed to public V(ids Object...) : GraphTraversal<Vertex,Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Rename Method public e(id Object) : TitanEdge renamed to public E(ids Object...) : GraphTraversal<Edge,Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type vs : Map<Long,TitanVertex> to vs : List<Vertex> in method private verifyVerticesRetrieval(vids long[], vs List<Vertex>) : void in class com.thinkaurelius.titan.graphdb.TitanGraphTest | From | To | |
| Change Parameter Type id : Object to ids : Object... in method public E(ids Object...) : GraphTraversal<Edge,Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Change Parameter Type id : Object to ids : Object... in method public V(ids Object...) : GraphTraversal<Vertex,Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Change Return Type | 2 | ||
| Change Return Type TitanEdge to GraphTraversal<Edge,Edge> in method public E(ids Object...) : GraphTraversal<Edge,Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Change Return Type TitanVertex to GraphTraversal<Vertex,Vertex> in method public V(ids Object...) : GraphTraversal<Vertex,Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter id : Object to ids : Object... in method public E(ids Object...) : GraphTraversal<Edge,Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To | |
| Rename Parameter id : Object to ids : Object... in method public V(ids Object...) : GraphTraversal<Vertex,Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph | From | To |