feb6d3740ff338a3c558fdaa6a87f7424d338508
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public should_to_retrieve_all_schema_rules() : void renamed to public should_add_schema_rules() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest | From | To | |
Rename Variable | 1 | ||
Rename Variable descriptor : LabelSchemaDescriptor to schemaDescriptor : LabelSchemaDescriptor in method private verifyIndexOrUniquenessConstraintCanBeCreated(labelId int, propertyKeyIds int[], errorMessage String) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl | From | To | |
Inline Method | 2 | ||
Inline Method public schemaRules() : Iterable<SchemaRule> inlined to public indexRules() : Iterable<IndexRule> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Inline Method public schemaRules() : Iterable<SchemaRule> inlined to public constraintRules() : Iterable<ConstraintRule> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Rename Attribute | 1 | ||
Rename Attribute indexDescriptorCommitIds : Map<IndexDescriptor,Long> to indexDescriptors : Set<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rule : SchemaRule to rule : ConstraintRule in method public removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Extract Variable | 1 | ||
Extract Variable constraintRule : ConstraintRule in method public addSchemaRule(rule SchemaRule) : void from class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexDescriptorCommitIds : Map<IndexDescriptor,Long> to indexDescriptors : Set<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To |