cdc6440bd6adf81e79621c04b4defcf68ce722bd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable labels : Iterator<Token> in method public iterator() : ResourceIterator<Label> from class org.neo4j.tooling.GlobalGraphOperations.getAllLabels | From | To | |
Extract Variable labels : ResourceIterable<Label> in method public getAllLabels(inUse boolean) : ListRepresentation from class org.neo4j.server.rest.web.DatabaseActions | From | To | |
Extract Method | 2 | ||
Extract Method private getAllRelationshipTypes(inUse boolean) : Iterable<RelationshipType> extracted from public getAllRelationshipTypes() : Iterable<RelationshipType> in class org.neo4j.tooling.GlobalGraphOperations | From | To | |
Extract Method private getAllLabels(inUse boolean) : ResourceIterable<Label> extracted from public getAllLabels() : ResourceIterable<Label> in class org.neo4j.tooling.GlobalGraphOperations | From | To |