f7802509aa3eeeb7fb9b5acfca77e73e7fa30072
Files Diff
- Added: 1
- Removed: 5
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public find20FormatStoreDirectory(targetDir File) : File renamed to private find30FormatStoreDirectory(targetDir File) : File in class org.neo4j.kernel.impl.storemigration.MigrationTestUtils | From | To | |
| Inline Method | 3 | ||
| Inline Method private makeDbNotCleanlyShutdown(truncateAll boolean) : void inlined to public shouldRefuseToUpgradeIfAllOfTheStoresWereNotShutDownCleanly() : void in class upgrade.StoreUpgraderTest | From | To | |
| Inline Method private makeDbNotCleanlyShutdown(truncateAll boolean) : void inlined to public shouldRefuseToUpgradeIfAnyOfTheStoresWereNotShutDownCleanly() : void in class upgrade.StoreUpgraderTest | From | To | |
| Inline Method private makeDbNotCleanlyShutdown() : void inlined to public shouldAbortOnNonCleanlyShutdown() : void in class upgrade.StoreUpgradeOnStartupTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type FileHandle to Optional<FileHandle> in method private storeFileHandle() : Optional<FileHandle> in class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStore | From | To |