4da47646ba8987020cce20793ce9ff00c7acc389
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method private assertGraph() : void renamed to private assertCreatedGraph() : void in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentAddEdgeTestNoTx | From | To | |
Rename Method private addEdgesConcurrently() : void renamed to private modifyGraphConcurrently() : void in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentAddEdgeTestNoTx | From | To | |
Rename Method public remove() : void renamed to package removeRecord() : void in class com.tinkerpop.blueprints.impls.orient.OrientElement | From | To | |
Rename Method private restoreIfNeeded() : void renamed to private recoverIfNeeded() : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Attribute | 3 | ||
Rename Attribute indexCollisions : AtomicInteger to indexCollisionsCreate : AtomicInteger in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentAddEdgeTestNoTx | From | To | |
Rename Attribute latch : CountDownLatch to latchCreate : CountDownLatch in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentAddEdgeTestNoTx | From | To | |
Rename Attribute versionCollisions : AtomicInteger to versionCollisionsCreate : AtomicInteger in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentAddEdgeTestNoTx | From | To | |
Extract Variable | 2 | ||
Extract Variable maxRetries : int in method package addEdge(graph OrientBaseGraph, currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge from class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx | From | To | |
Extract Variable settings : Settings in method package addEdge(graph OrientBaseGraph, currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge from class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx | From | To |