a27456c8e63cc0a1ad608854d5869fbff78ee40c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type filesToLookFor : List<File> to filesToLookFor : Collection<File> in method public isEmpty(storeDir File, filesToLookFor Collection<File>) : boolean in class org.neo4j.causalclustering.catchup.storecopy.StoreFiles | From | To | |
| Rename Variable | 5 | ||
| Rename Variable expectedFiles : List<File> to databaseLayout : DatabaseLayout in method public shouldListAllStoreFiles() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngineTest | From | To | |
| Rename Variable storeDir : DatabaseLayout to databaseLayout : DatabaseLayout in method public shouldCloseIndexAndLabelScanSnapshots() : void in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListingTest | From | To | |
| Rename Variable file : File to files : File[] in method public shouldLetPageCacheHandleRecordStoresAndNativeLabelScanStoreFiles() : void in class org.neo4j.com.storecopy.ToFileStoreWriterTest | From | To | |
| Rename Variable actualFiles : Set<File> to currentFiles : Set<File> in method public shouldListAllStoreFiles() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngineTest | From | To | |
| Rename Variable file : File to files : File[] in method public shouldLetPageCacheHandleRecordStoresAndNativeLabelScanStoreFiles() : void in class org.neo4j.causalclustering.catchup.storecopy.StreamToDiskTest | From | To | |
| Change Return Type | 4 | ||
| Change Return Type File to Optional<File> in method public idFile(file DatabaseFile) : Optional<File> in class org.neo4j.io.layout.DatabaseLayout | From | To | |
| Change Return Type File to Stream<File> in method public file(databaseFile DatabaseFile) : Stream<File> in class org.neo4j.io.layout.DatabaseLayout | From | To | |
| Change Return Type List<File> to Set<File> in method public idFiles() : Set<File> in class org.neo4j.io.layout.DatabaseLayout | From | To | |
| Change Return Type List<File> to Set<File> in method public storeFiles() : Set<File> in class org.neo4j.io.layout.DatabaseLayout | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute name : String to names : List<String> in class org.neo4j.io.layout.DatabaseFile | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type file : File to files : File[] in method public shouldLetPageCacheHandleRecordStoresAndNativeLabelScanStoreFiles() : void in class org.neo4j.com.storecopy.ToFileStoreWriterTest | From | To | |
| Change Variable Type listedStoreFiles : List<File> to listedStoreFiles : Set<File> in method public shouldListNeostoreFiles() : void in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListingTest | From | To | |
| Change Variable Type file : File to files : File[] in method public shouldLetPageCacheHandleRecordStoresAndNativeLabelScanStoreFiles() : void in class org.neo4j.causalclustering.catchup.storecopy.StreamToDiskTest | From | To | |
| Change Variable Type filesToLookFor : List<File> to filesToLookFor : Set<File> in method public isEmpty() : boolean in class org.neo4j.causalclustering.catchup.storecopy.LocalDatabase | From | To | |
| Change Variable Type expectedFiles : List<File> to databaseLayout : DatabaseLayout in method public shouldListAllStoreFiles() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngineTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable layout : DatabaseLayout in method public shouldListNeostoreFiles() : void from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListingTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type name : String to names : List<String> in class org.neo4j.io.layout.DatabaseFile | From | To |