737a1fbd804e796ceaf11ea58478d5e7ff76c74a
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public getAllPropertyKeys() : ResourceIterable<String> from class org.neo4j.tooling.GlobalGraphOperations to public getAllExistingPropertyKeysInUseAndNot() : ResourceIterable<String> from class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
Move And Rename Method public getAllLabels() : ResourceIterable<Label> from class org.neo4j.tooling.GlobalGraphOperations to public getAllExistingLabelsInUseAndNot() : ResourceIterable<Label> from class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
Change Variable Type | 1 | ||
Change Variable Type db : GraphDatabaseService to db : GraphDatabaseAPI in method public getRelationshipTypes(inUse boolean) : Response in class org.neo4j.server.rest.web.DatabaseMetadataService | From | To |