cb9c289dfa6670c82d8d6abddbdebef392474f6f
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 5 | ||
Pull Up Method public toString() : String from class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator.SimpleNodeLabelRange to public toString() : String from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Method public labels(nodeId long) : long[] from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to public labels(nodeId long) : long[] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Method public nodes() : long[] from class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator.SimpleNodeLabelRange to public nodes() : long[] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Method public nodes() : long[] from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to public nodes() : long[] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Method public toString() : String from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to public toString() : String from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Move Method | 1 | ||
Move Method private convertState() : long[][] from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NodeLabelRangeIterator to public convertState(state List<Long>[]) : long[][] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Rename Variable | 1 | ||
Rename Variable nodeIdsByLabelIndex : long[][] to labelsPerNode : long[][] in method public shouldTransposeNodeIdsAndLabelIds() : void in class org.neo4j.kernel.api.labelscan.NodeLabelRangeTest | From | To | |
Inline Method | 1 | ||
Inline Method private readRange(slots int, cursor RawCursor<Hit<LabelScanKey,LabelScanValue>,IOException>) : int inlined to protected fetchNextOrNull() : NodeLabelRange in class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NodeLabelRangeIterator | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute private nodes : long[] from class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator.SimpleNodeLabelRange to private nodes : long[] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Attribute private labels : long[][] from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to private labels : long[][] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Attribute private nodes : long[] from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to private nodes : long[] from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Pull Up Attribute private idRange : long from class org.neo4j.kernel.impl.index.labelscan.NativeAllEntriesLabelScanReader.NativeNodeLabelRange to private idRange : long from class org.neo4j.kernel.api.labelscan.NodeLabelRange | From | To | |
Change Return Type | 1 | ||
Change Return Type LuceneNodeLabelRange to NodeLabelRange in method private parse(document Document) : NodeLabelRange in class org.neo4j.kernel.api.impl.labelscan.reader.LuceneAllEntriesLabelScanReader | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.api.impl.labelscan.LuceneNodeLabelRangeTest moved and renamed to org.neo4j.kernel.api.labelscan.NodeLabelRangeTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute sourceIndex : int to currentRangeId : long in class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator | From | To | |
Rename Attribute highId : long to highestRangeId : long in class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sourceIndex : int to currentRangeId : long in class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter highId : long to highestRangeId : long in method package GapFillingIterator(nodeLableRangeIterator Iterator<NodeLabelRange>, highestRangeId long, rangeSize int) in class org.neo4j.consistency.checking.full.GapFreeAllEntriesLabelScanReader.GapFillingIterator | From | To |