22ed7c5589b69a4df80201992be8c5d23003e424
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 91
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setUp() : void renamed to public tearDown() : void in class org.neo4j.index.IndexFreshDataReadIT | From | To | |
Change Return Type | 1 | ||
Change Return Type int to long in method public size() : long in class org.neo4j.helpers.collection.MultiSet | From | To | |
Change Variable Type | 1 | ||
Change Variable Type i : int to i : long in method public shouldSupportIteratingThroughResize() : void in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithmTest | From | To | |
Extract Method | 4 | ||
Extract Method private serialize(channel InMemoryClosableChannel, command IndexDefineCommand) : boolean extracted from public shouldFailToWriteIndexDefineCommandIfMapIsLargerThanShort() : void in class org.neo4j.kernel.impl.index.IndexDefineCommandTest | From | To | |
Extract Method private getSnapshotFilesMetadata(snapshot ResourceIterator<File>) : List<StoreFileMetadata> extracted from private gatherExplicitIndexFiles(files Collection<StoreFileMetadata>) : Resource in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Extract Method private getSnapshotFilesMetadata(snapshot ResourceIterator<File>) : List<StoreFileMetadata> extracted from private gatherSchemaIndexFiles(targetFiles Collection<StoreFileMetadata>) : Resource in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Extract Method private getSnapshotFilesMetadata(snapshot ResourceIterator<File>) : List<StoreFileMetadata> extracted from private gatherLabelScanStoreFiles(targetFiles Collection<StoreFileMetadata>) : Resource in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type size : int to size : long in class org.neo4j.helpers.collection.MultiSet | From | To | |
Change Attribute Type position : long to position : AtomicLong in class org.neo4j.csv.reader.ProcessingSource | From | To |