f535e9e4bbc6deb2eb30cd98d558a08b60f734bb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private checkMandatoryNodePropertyRule(rule MandatoryNodePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to private checkLabelAndPropertyRule(rule SchemaRule, propertyKey int, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type phase : Phase to strategy : CheckStrategy in method private SchemaRecordCheck(ruleAccess SchemaRuleAccess, indexObligations Map<Long,DynamicRecord>, constraintObligations Map<Long,DynamicRecord>, verifiedRulesWithRecords Map<SchemaRule,DynamicRecord>, strategy CheckStrategy) in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To | |
| Change Parameter Type rule : MandatoryNodePropertyConstraintRule to rule : SchemaRule in method private checkLabelAndPropertyRule(rule SchemaRule, propertyKey int, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To | |
| Move Method | 2 | ||
| Move Method private checkUniquenessConstraintRule(rule UniquePropertyConstraintRule, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>, record DynamicRecord, records RecordAccess) : void from class org.neo4j.consistency.checking.SchemaRecordCheck to public checkUniquenessConstraintRule(rule UniquePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void from class org.neo4j.consistency.checking.SchemaRecordCheck.ObligationsCheckStrategy | From | To | |
| Move Method private checkIndexRule(rule IndexRule, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>, record DynamicRecord, records RecordAccess) : void from class org.neo4j.consistency.checking.SchemaRecordCheck to public checkIndexRule(rule IndexRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void from class org.neo4j.consistency.checking.SchemaRecordCheck.ObligationsCheckStrategy | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute seenRulesToRecords : Map<SchemaRule,DynamicRecord> to verifiedRulesWithRecords : Map<SchemaRule,DynamicRecord> in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter seenRulesToRecords : Map<SchemaRule,DynamicRecord> to verifiedRulesWithRecords : Map<SchemaRule,DynamicRecord> in method private SchemaRecordCheck(ruleAccess SchemaRuleAccess, indexObligations Map<Long,DynamicRecord>, constraintObligations Map<Long,DynamicRecord>, verifiedRulesWithRecords Map<SchemaRule,DynamicRecord>, strategy CheckStrategy) in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To | |
| Rename Parameter phase : Phase to strategy : CheckStrategy in method private SchemaRecordCheck(ruleAccess SchemaRuleAccess, indexObligations Map<Long,DynamicRecord>, constraintObligations Map<Long,DynamicRecord>, verifiedRulesWithRecords Map<SchemaRule,DynamicRecord>, strategy CheckStrategy) in class org.neo4j.consistency.checking.SchemaRecordCheck | From | To |