aad15dafd43c8349da4c5cf490d6a2f4990599a7
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public open(config String...) : NeoStores renamed to private configOf(config String...) : Config in class org.neo4j.test.rule.NeoStoresRule | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public open(format RecordFormats, config String...) : NeoStores moved from class org.neo4j.test.rule.NeoStoresRule to class org.neo4j.test.rule.NeoStoresRule.Builder & inlined to public build() : NeoStores | From | To | |
Change Return Type | 1 | ||
Change Return Type NeoStores to Config in method private configOf(config String...) : Config in class org.neo4j.test.rule.NeoStoresRule | From | To | |
Rename Class | 2 | ||
Rename Class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipProcessor renamed to org.neo4j.unsafe.impl.batchimport.SparseNodeFirstRelationshipProcessor | From | To | |
Rename Class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipStage renamed to org.neo4j.unsafe.impl.batchimport.SparseNodeFirstRelationshipStage | From | To | |
Rename Attribute | 2 | ||
Rename Attribute pageCache : PageCache to rulePageCache : PageCache in class org.neo4j.test.rule.NeoStoresRule | From | To | |
Rename Attribute efs : EphemeralFileSystemAbstraction to ruleFs : EphemeralFileSystemAbstraction in class org.neo4j.test.rule.NeoStoresRule | From | To |