e818acc726aa078aff00fb16edfeb396cf4964a9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public makeEdgeLabel(factory EdgeLabelMaker) : EdgeLabel from class com.thinkaurelius.titan.graphdb.tinkerpop.Tp3DefaultSchemaMaker to public makeEdgeLabel(factory EdgeLabelMaker) : EdgeLabel from class com.thinkaurelius.titan.core.schema.DefaultSchemaMaker | From | To | |
| Pull Up Method public makeVertexLabel(factory VertexLabelMaker) : VertexLabel from class com.thinkaurelius.titan.graphdb.tinkerpop.Tp3DefaultSchemaMaker to public makeVertexLabel(factory VertexLabelMaker) : VertexLabel from class com.thinkaurelius.titan.core.schema.DefaultSchemaMaker | From | To | |
| Pull Up Method public makePropertyKey(factory PropertyKeyMaker) : PropertyKey from class com.thinkaurelius.titan.graphdb.tinkerpop.Tp3DefaultSchemaMaker to public makePropertyKey(factory PropertyKeyMaker) : PropertyKey from class com.thinkaurelius.titan.core.schema.DefaultSchemaMaker | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type tx : TitanTransaction to tx : StandardTitanTx in method public getCardinality(key String) : VertexProperty.Cardinality in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanFeatures.TitanVertexFeatures | From | To |