70c478e9791c47fe0f17c8a91e93e61f66436a7c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreInline() : void renamed to public shouldReportNodeWithoutExpectedLabelWhenLabelsAreInlineIndexToStore() : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Rename Method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreDynamic() : void renamed to public shouldReportNodeWithoutExpectedLabelWhenLabelsAreDynamicIndexToStore() : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Rename Variable | 7 | ||
Rename Variable presentLabelIds : long[] to storeLabelIds : long[] in method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreDynamicIndexToStore() : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Rename Variable actualLabels : long[] to storeLabels : long[] in method public checkReference(record RECORD, nodeRecord NodeRecord, engine CheckerEngine<RECORD,REPORT>, records RecordAccess) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Variable actualLabel : long to storeLabel : long in method private validateLabelIds(nodeRecord NodeRecord, storeLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Variable labelId1 : int to storeLabelIds : long[] in method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreInlineIndexToStore() : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Rename Variable expectedIndex : int to indexLabelsCursor : int in method private validateLabelIds(nodeRecord NodeRecord, storeLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Variable expectedLabel : long to indexLabel : long in method private validateLabelIds(nodeRecord NodeRecord, storeLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Variable actualIndex : int to storeLabelsCursor : int in method private validateLabelIds(nodeRecord NodeRecord, storeLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable expectedLabel : long to storeLabel : long in method private reportNodeLabelNotInIndex(report REPORT, nodeRecord NodeRecord, storeLabel long) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Attribute | 1 | ||
Rename Attribute expectedLabels : long[] to indexLabels : long[] in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Change Variable Type | 1 | ||
Change Variable Type labelId1 : int to storeLabelIds : long[] in method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreInlineIndexToStore() : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Extract Variable | 1 | ||
Extract Variable indexLabelIds : long[] in method public shouldReportNodeWithoutExpectedLabelWhenLabelsAreInlineIndexToStore() : void from class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheckTest | From | To | |
Extract Method | 2 | ||
Extract Method private reportNodeLabelNotInIndex(report REPORT, nodeRecord NodeRecord, storeLabel long) : void extracted from private validateLabelIds(nodeRecord NodeRecord, actualLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter actualLabels : long[] to storeLabels : long[] in method private validateLabelIds(nodeRecord NodeRecord, storeLabels long[], report REPORT) : void in class org.neo4j.consistency.checking.full.NodeInUseWithCorrectLabelsCheck | From | To |