232bda85ded847ac9c3230dbc85ed5ad0641257a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addPropertyInternal(vertex TitanVertex, key PropertyKey, value Object) : TitanVertexProperty renamed to public addProperty(cardi VertexProperty.Cardinality, vertex TitanVertex, key PropertyKey, value Object) : TitanVertexProperty in class com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx | From | To | |
Inline Method | 1 | ||
Inline Method public addPropertyInternal(cardi VertexProperty.Cardinality, vertex TitanVertex, key PropertyKey, value Object) : TitanVertexProperty inlined to public addProperty(cardi VertexProperty.Cardinality, vertex TitanVertex, key PropertyKey, value Object) : TitanVertexProperty in class com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx | From | To | |
Change Return Type | 4 | ||
Change Return Type Io to I in method public io(builder Io.Builder<I>) : I in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsTransaction | From | To | |
Change Return Type Iterator<M> to Stream<M> in method public receiveMessages(messageScope MessageScope) : Stream<M> in class com.thinkaurelius.titan.graphdb.olap.computer.VertexMemoryHandler.Partition | From | To | |
Change Return Type Iterator<M> to Stream<M> in method public receiveMessages(messageScope MessageScope) : Stream<M> in class com.thinkaurelius.titan.graphdb.olap.computer.VertexMemoryHandler | From | To | |
Change Return Type VertexProperty<V> to TitanVertexProperty<V> in method public property(cardinality VertexProperty.Cardinality, key String, value V, keyValues Object...) : TitanVertexProperty<V> in class com.thinkaurelius.titan.graphdb.types.system.EmptyVertex | From | To | |
Change Variable Type | 4 | ||
Change Variable Type currentStep : Step to currentStep : Step<?,?> in method public foldInOrder(titanStep HasStepFolder, traversal Traversal.Admin<?,?>, rootTraversal Traversal<?,?>, isVertexOrder boolean) : void in class com.thinkaurelius.titan.graphdb.tinkerpop.optimize.HasStepFolder | From | To | |
Change Variable Type currentStep : Step to currentStep : Step<?,?> in method public foldInHasContainer(titanStep HasStepFolder, traversal Traversal.Admin<?,?>) : void in class com.thinkaurelius.titan.graphdb.tinkerpop.optimize.HasStepFolder | From | To | |
Change Variable Type lastOrder : OrderGlobalStep to lastOrder : OrderGlobalStep<?> in method public foldInOrder(titanStep HasStepFolder, traversal Traversal.Admin<?,?>, rootTraversal Traversal<?,?>, isVertexOrder boolean) : void in class com.thinkaurelius.titan.graphdb.tinkerpop.optimize.HasStepFolder | From | To | |
Change Variable Type nextStep : Step to nextStep : Step<?,?> in method public foldInRange(titanStep HasStepFolder, traversal Traversal.Admin<?,?>) : void in class com.thinkaurelius.titan.graphdb.tinkerpop.optimize.HasStepFolder | From | To |