47095dca5fcf9a8857ea2d9e5d65933cab53d212
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type TestNodeEntityCacher to InputNodeCacher in method private getNodeCacher(recordFormats RecordFormats) : InputNodeCacher in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To | |
Change Return Type TestRelationshipEntityCacher to InputRelationshipCacher in method private getRelationshipCacher(recordFormats RecordFormats) : InputRelationshipCacher in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private SUPPORTED_NUMBER_OF_TOKENS : int in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTest renamed to org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cacher : TestRelationshipEntityCacher to cacher : InputRelationshipCacher in method private cacheRelationship(iterations int, maxNumberOfRelationshipTypes int) : void in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To | |
Change Variable Type cacher : TestNodeEntityCacher to cacher : InputNodeCacher in method private cacheLabels(iterations int, maxNumberOfLabels int) : void in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacherTokenCreationTest | From | To |