fef2499486efdc2ef6a649d4e7de577e7a125b27
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 63
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public moveToDirectoryMustRecursivelyMoveAllFilesInGivenDirectory() : void renamed to public copyToDirectoryCopiesFile() : void in class org.neo4j.io.fs.FileSystemAbstractionTest | From | To | |
| Rename Method private createPhysicalLogFiles(transactionIdStore TransactionIdStore, fileSystemAbstraction FileSystemAbstraction) : LogFiles renamed to private createLogFiles(transactionIdStore TransactionIdStore, fileSystemAbstraction FileSystemAbstraction) : LogFiles in class org.neo4j.kernel.impl.transaction.log.stresstest.workload.Runner | From | To | |
| Rename Variable | 1 | ||
| Rename Variable directory : File to logicalLogsLocation : File in method private getLogsDirectory() : File in class org.neo4j.kernel.impl.transaction.log.files.LogFilesBuilder | From | To | |
| Move Attribute | 3 | ||
| Move Attribute public active_database : Setting<String> from class org.neo4j.dbms.DatabaseManagementSystemSettings to public active_database : Setting<String> from class org.neo4j.graphdb.factory.GraphDatabaseSettings | From | To | |
| Move Attribute public data_directory : Setting<File> from class org.neo4j.dbms.DatabaseManagementSystemSettings to public data_directory : Setting<File> from class org.neo4j.graphdb.factory.GraphDatabaseSettings | From | To | |
| Move Attribute public database_path : Setting<File> from class org.neo4j.dbms.DatabaseManagementSystemSettings to public database_path : Setting<File> from class org.neo4j.graphdb.factory.GraphDatabaseSettings | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute logDirectory : File to storeDirectory : File in class org.neo4j.kernel.impl.transaction.log.files.TransactionLogFilesTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable config : Config in method package loadConfig(additionalConfig Optional<Path>, folder Path) : Config from class org.neo4j.backup.OnlineBackupCommandConfigLoader | From | To | |
| Extract Method | 1 | ||
| Extract Method private createTestData(nodesToCreate int, db GraphDatabaseService) : void extracted from private createDbAt(fromPath File, nodesToCreate int) : void in class org.neo4j.restore.RestoreDatabaseCommandIT | From | To |