|
Change Parameter Type path : String to path : File in method private graphdb(path File) : GraphDatabaseService in class recovery.UniquenessRecoveryTest |
From |
To |
|
Change Parameter Type path : String to path : File in method public GraphDatabaseShellServer(factory GraphDatabaseFactory, path File, readOnly boolean, configFileOrNull String) in class org.neo4j.shell.kernel.GraphDatabaseShellServer |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method public LimitedFileSystemGraphDatabase(storeDir File) in class org.neo4j.test.LimitedFileSystemGraphDatabase |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method protected startup(storeDir File) : void in class org.neo4j.kernel.impl.api.integrationtest.SchemaRecoveryIT.CreateConstraintButDoNotShutDown |
From |
To |
|
Change Parameter Type path : String to path : File in method private assertStoreIsLocked(path File) : void in class org.neo4j.backup.TestBackup |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method public EmbeddedServer(storeDir File, serverAddress String) in class org.neo4j.backup.EmbeddedServer |
From |
To |
|
Change Parameter Type path : String to path : File in method public GraphDatabaseShellServer(path File, readOnly boolean, configFileOrNull String) in class org.neo4j.shell.kernel.GraphDatabaseShellServer |
From |
To |
|
Change Parameter Type graphDbPath : String to graphDbPath : File in method private createGraphDatabaseService(graphDbPath File) : GraphDatabaseService in class org.neo4j.shell.BigLabelStoreGenerator |
From |
To |
|
Change Parameter Type config : Pair<String,String> to config : Pair<File,String> in method public startup(config Pair<File,String>) : void in class org.neo4j.backup.ServerProcess |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method private startStandaloneDbToRunUpgrade(storeDir File, dbIndex int) : void in class org.neo4j.ha.upgrade.RollingUpgradeIT |
From |
To |
|
Change Parameter Type path : String to path : File in method private snapshot(path File) : File in class org.neo4j.index.recovery.UniqueIndexRecoveryTests |
From |
To |
|
Change Parameter Type path : String to path : File in method private instantiateGraphDb(factory GraphDatabaseFactory, path File, readOnly boolean, configFileOrNull String) : GraphDatabaseAPI in class org.neo4j.shell.kernel.GraphDatabaseShellServer |
From |
To |
|
Change Parameter Type path : String to path : File in method public createDefaultConfigFile(path File) : File in class org.neo4j.shell.TestRmiPublication |
From |
To |
|
Change Parameter Type dbPath : String to path : File in method private tryStartLocalServerAndClient(path File, readOnly boolean, args Args, signalHandler CtrlCHandler) : void in class org.neo4j.shell.StartClient |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method private start(storeDir File, i int, additionalConfig Map<String,String>) : HighlyAvailableGraphDatabase in class slavetest.TestInstanceJoin |
From |
To |
|
Change Parameter Type path : String to path : File in method protected startup(path File) : void in class org.neo4j.backup.TestBackup.LockProcess |
From |
To |
|
Change Parameter Type dbPath : String to path : File in method protected getGraphDatabaseShellServer(path File, readOnly boolean, configFile String) : GraphDatabaseShellServer in class org.neo4j.shell.StartClient |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method public LegacyDatabaseImpl(storeDir File, db GraphDatabaseAPI) in class org.neo4j.ha.upgrade.LegacyDatabaseImpl |
From |
To |
|
Change Parameter Type storeDir : String to storeDir : File in method private createNodeOffline(storeDir File, name String) : void in class org.neo4j.ha.TestBranchedData |
From |
To |
|
Change Parameter Type path : String to path : File in method private database(serverId int, path File) : HighlyAvailableGraphDatabase in class org.neo4j.ha.TestPullUpdatesApplied |
From |
To |
|
Change Return Type String to File in method private path(i int) : File in class org.neo4j.kernel.ha.ConflictingServerIdIT |
From |
To |
|
Change Return Type GraphDatabaseFactory to TestGraphDatabaseFactory in method public setKernelExtensions(newKernelExtensions Iterable<KernelExtensionFactory<?>>) : TestGraphDatabaseFactory in class org.neo4j.test.TestGraphDatabaseFactory |
From |
To |
|
Change Return Type GraphDatabaseFactory to TestHighlyAvailableGraphDatabaseFactory in method public setKernelExtensions(newKernelExtensions Iterable<KernelExtensionFactory<?>>) : TestHighlyAvailableGraphDatabaseFactory in class org.neo4j.graphdb.factory.TestHighlyAvailableGraphDatabaseFactory |
From |
To |
|
Change Return Type GraphDatabaseFactory to TestHighlyAvailableGraphDatabaseFactory in method public addKernelExtensions(newKernelExtensions Iterable<KernelExtensionFactory<?>>) : TestHighlyAvailableGraphDatabaseFactory in class org.neo4j.graphdb.factory.TestHighlyAvailableGraphDatabaseFactory |
From |
To |
|
Change Return Type GraphDatabaseFactory to TestHighlyAvailableGraphDatabaseFactory in method public addKernelExtension(newKernelExtension KernelExtensionFactory<?>) : TestHighlyAvailableGraphDatabaseFactory in class org.neo4j.graphdb.factory.TestHighlyAvailableGraphDatabaseFactory |
From |
To |
|
Change Return Type String to File in method protected storeDir() : File in class org.neo4j.visualization.graphviz.Script |
From |
To |
|
Change Return Type GraphDatabaseFactory to GraphDatabaseFactoryWithPageCacheFactory in method public graphDatabaseFactoryWithPageCache(delegatePageCache PageCache) : GraphDatabaseFactoryWithPageCacheFactory in class org.neo4j.com.storecopy.ExternallyManagedPageCache |
From |
To |
|
Change Return Type String to File in method private getRandomStoreDir() : File in class org.neo4j.kernel.impl.core.TestExceptionTypeOnInvalidIds |
From |
To |
|
Change Return Type String to File in method private storeDir() : File in class org.neo4j.kernel.internal.StoreLockerLifecycleAdapterTest |
From |
To |
|
Change Return Type String to File in method public absolutePath() : File in class org.neo4j.test.TargetDirectory.TestDirectory |
From |
To |
|
Change Return Type String to File in method private createAnotherStore(directory File, transactions int) : File in class org.neo4j.ha.ForeignStoreIdIT |
From |
To |
|
Change Variable Type path : String to path : File in method public shouldUpholdConstraintEvenAfterRestart() : void in class recovery.UniquenessRecoveryTest |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public shouldBeEmptyWhenFirstStarted() : void in class org.neo4j.graphdb.FirstStartupIT |
From |
To |
|
Change Variable Type foreignDbStoreDir : String to foreignDbStoreDir : File in method public nonEmptyForeignDbShouldNotBeAbleToJoin() : void in class org.neo4j.ha.ForeignStoreIdIT |
From |
To |
|
Change Variable Type masterDir : String to masterDir : File in method public makeSureSlaveCanJoinEvenIfTooFarBackComparedToMaster() : void in class slavetest.TestInstanceJoin |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public shouldPropagateIOExceptions() : void in class org.neo4j.graphdb.RunOutOfDiskSpaceIT |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public createDatabase() : void in class org.neo4j.kernel.impl.core.TestExceptionTypeOnInvalidIds |
From |
To |
|
Change Variable Type factory : GraphDatabaseFactory to factory : ExternallyManagedPageCache.GraphDatabaseFactoryWithPageCacheFactory in method private newTempDatabase(tempStore File) : GraphDatabaseService in class org.neo4j.com.storecopy.StoreCopyClient |
From |
To |
|
Change Variable Type factory : HighlyAvailableGraphDatabaseFactory to factory : TestHighlyAvailableGraphDatabaseFactory in method public setup() : void in class org.neo4j.kernel.api.impl.labelscan.LabelScanStoreHaIT |
From |
To |
|
Change Variable Type foreignDbStoreDir : String to foreignDbStoreDir : File in method public emptyForeignDbShouldJoinAfterHavingItsEmptyDbDeleted() : void in class org.neo4j.ha.ForeignStoreIdIT |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public schemaTransactionsShouldSurviveRecovery() : void in class org.neo4j.kernel.impl.api.integrationtest.SchemaRecoveryIT |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public shouldStopDatabaseWhenOutOfDiskSpace() : void in class org.neo4j.graphdb.RunOutOfDiskSpaceIT |
From |
To |
|
Change Variable Type slaveStoreDir : String to slaveStoreDir : File in method public testInstancesWithConflictingClusterPorts() : void in class org.neo4j.test.ha.ClusterTest |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public startup(config Pair<File,String>) : void in class org.neo4j.backup.ServerProcess |
From |
To |
|
Change Variable Type masterStoreDir : String to masterStoreDir : File in method public testInstancesWithConflictingClusterPorts() : void in class org.neo4j.test.ha.ClusterTest |
From |
To |
|
Change Variable Type slaveDir : String to slaveDir : File in method public makeSureSlaveCanJoinEvenIfTooFarBackComparedToMaster() : void in class slavetest.TestInstanceJoin |
From |
To |
|
Change Variable Type storeDir : String to storeDir : File in method public testInstancesWithConflictingHaPorts() : void in class org.neo4j.test.ha.ClusterTest |
From |
To |
|
Change Attribute Type storeDir : String to storeDir : File in class org.neo4j.visualization.graphviz.Script |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4jWithSLF4JLogging |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4jWithBolt |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.orderedpath.OrderedPath |
From |
To |
|
Change Attribute Type MATRIX_DB : String to MATRIX_DB : File in class org.neo4j.examples.NewMatrix |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.Neo4jShell |
From |
To |
|
Change Attribute Type SOURCE_DIR : String to SOURCE_DIR : File in class org.neo4j.backup.TestConfiguration |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.TerminateTransactions |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4jWithCustomLogging |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.TraversalExample |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4jWithIndexing |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4jWithNewIndexing |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.cypher.example.JavaQuery |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.CalculateShortestPath |
From |
To |
|
Change Attribute Type DB_PATH : String to DB_PATH : File in class org.neo4j.examples.EmbeddedNeo4j |
From |
To |
|
Change Attribute Type PATH : String to PATH : File in class org.neo4j.kernel.impl.core.ProveFiveBillionIT |
From |
To |
|
Change Attribute Type storeDir : String to storeDir : File in class org.neo4j.ha.upgrade.LegacyDatabaseImpl |
From |
To |
|
Rename Parameter dbPath : String to path : File in method private tryStartLocalServerAndClient(path File, readOnly boolean, args Args, signalHandler CtrlCHandler) : void in class org.neo4j.shell.StartClient |
From |
To |
|
Rename Parameter fileSystem : FileSystemAbstraction to fs : FileSystemAbstraction in method public inserter(storeDir File, fs FileSystemAbstraction) : BatchInserter in class org.neo4j.unsafe.batchinsert.BatchInserters |
From |
To |
|
Rename Parameter fileSystem : FileSystemAbstraction to fs : FileSystemAbstraction in method public inserter(storeDir File, fs FileSystemAbstraction, config Map<String,String>) : BatchInserter in class org.neo4j.unsafe.batchinsert.BatchInserters |
From |
To |
|
Rename Parameter dbPath : String to path : File in method protected getGraphDatabaseShellServer(path File, readOnly boolean, configFile String) : GraphDatabaseShellServer in class org.neo4j.shell.StartClient |
From |
To |