5b8bcce7f2d645fe3e27a93a18ab5ca34bf86de5
Files Diff
- Added: 3
- Removed: 14
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method protected getOLAPBuilder(graph StandardTitanGraph, clazz Class<S>) : OLAPJobBuilder<S> inlined to public testVertexPartitioning() : void in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable vertexID : Long in method public pageRank() : void from class com.thinkaurelius.titan.olap.OLAPTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type degree : OLAPTest.Degree to degree : Integer in method public testVertexPartitioning() : void in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest | From | To | |
| Change Variable Type entry : Map.Entry<Long,OLAPTest.Degree> to entry : Map.Entry<Long,Integer> in method public testVertexPartitioning() : void in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest | From | To |