30dc541c092c8be222f54ea9fc61966f5948f734
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private validateLabelId(labelId int) : void renamed to private validateLabelIds(labelIds int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To | |
Rename Method private validateRelationshipTypeLabelId(relType int) : void renamed to private validateRelationshipTypeIds(relTypes int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type relType : int to relTypes : int... in method private validateRelationshipTypeIds(relTypes int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To | |
Change Parameter Type labelId : int to labelIds : int... in method private validateLabelIds(labelIds int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To | |
Change Parameter Type indexKey : SchemaDescriptorSupplier to schema : SchemaDescriptor in method private atLeastOneRelevantChange(schema SchemaDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.EntityUpdates | From | To | |
Rename Variable | 1 | ||
Rename Variable rebuildingNodeDescriptors : MutableLongObjectMap<StoreIndexDescriptor> to rebuildingDescriptorsByType : Map<EntityType,MutableLongObjectMap<StoreIndexDescriptor>> in method public populateIndexesOfAllTypes(rebuildingDescriptors MutableLongObjectMap<StoreIndexDescriptor>, indexMap IndexMap) : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rebuildingNodeDescriptors : MutableLongObjectMap<StoreIndexDescriptor> to rebuildingDescriptorsByType : Map<EntityType,MutableLongObjectMap<StoreIndexDescriptor>> in method public populateIndexesOfAllTypes(rebuildingDescriptors MutableLongObjectMap<StoreIndexDescriptor>, indexMap IndexMap) : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Extract Method | 1 | ||
Extract Method public populateIndexesOfAllTypes(rebuildingDescriptors MutableLongObjectMap<StoreIndexDescriptor>, indexMap IndexMap) : void extracted from public start() : void in class org.neo4j.kernel.impl.api.index.IndexingService | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public isAnyEntityTokenSchema(schema SchemaDescriptor) : boolean extracted from public removeIndexProxy(indexId long) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexMap & moved to class org.neo4j.internal.kernel.api.schema.SchemaDescriptor | From | To | |
Extract And Move Method public isAnyEntityTokenSchema(schema SchemaDescriptor) : boolean extracted from public isAffected(entityTokenIds long[]) : boolean in class org.neo4j.kernel.api.schema.MultiTokenSchemaDescriptor & moved to class org.neo4j.internal.kernel.api.schema.SchemaDescriptor | From | To | |
Extract And Move Method public isAnyEntityTokenSchema(schema SchemaDescriptor) : boolean extracted from private addDescriptorToLookups(schema SchemaDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexMap & moved to class org.neo4j.internal.kernel.api.schema.SchemaDescriptor | From | To | |
Rename Parameter | 3 | ||
Rename Parameter labelId : int to labelIds : int... in method private validateLabelIds(labelIds int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To | |
Rename Parameter indexKey : SchemaDescriptorSupplier to schema : SchemaDescriptor in method private atLeastOneRelevantChange(schema SchemaDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.EntityUpdates | From | To | |
Rename Parameter relType : int to relTypes : int... in method private validateRelationshipTypeIds(relTypes int...) : void in class org.neo4j.kernel.api.schema.SchemaDescriptorFactory | From | To |