808f798b2fe7933f0e29c08e53c400b69603b5d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 66
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable dependencyResolver : DependencyResolver to dependencies : DependencyResolver in method public GraphDbStructureGuide(graph GraphDatabaseService) in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuide | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable globalOps : GlobalGraphOperations to db : GraphDatabaseService in method protected verifyData(nodeCount int, relationshipCount int, db GraphDatabaseService, groups IdGroupDistribution, nodeRandomSeed long, relationshipRandomSeed long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporterTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type globalOps : GlobalGraphOperations to db : GraphDatabaseService in method protected verifyData(nodeCount int, relationshipCount int, db GraphDatabaseService, groups IdGroupDistribution, nodeRandomSeed long, relationshipRandomSeed long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporterTest | From | To | |
| Inline Variable | 3 | ||
| Inline Variable gg : GlobalGraphOperations in method public shouldReturnAllRelationshipTypes() : void from class org.neo4j.tooling.GlobalGraphOperationsIT | From | To | |
| Inline Variable gg : GlobalGraphOperations in method public shouldReturnAllLabels() : void from class org.neo4j.tooling.GlobalGraphOperationsIT | From | To | |
| Inline Variable operations : GlobalGraphOperations in method public getAllLabels(inUse boolean) : ListRepresentation from class org.neo4j.server.rest.web.DatabaseActions | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type db : GraphDatabaseAPI to db : GraphDatabaseService in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuide | From | To |