20057bb8a8235a05c6f56d985e6d30735360e569
Files Diff
- Added: 8
- Removed: 5
- Renamed: 0
- Modified: 46
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public jvmShouldDieEvenIfWeLeaveSamveJvmClientIsLeftHanging() : void renamed to public jvmShouldDieEvenIfWeLeaveSameJvmClientIsLeftHanging() : void in class org.neo4j.shell.TestRmiPublication | From | To | |
Rename Method protected initialisePageCache() : void renamed to protected createPageCache() : PageCache in class org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactory | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cursorPool : MuninnCursorPool to cursorPool : CursorPool in method package MuninnPagedFile(file File, pageCache MuninnPageCache, pageSize int, swapperFactory PageSwapperFactory, cursorPool CursorPool, tracer PageCacheTracer) in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Rename Variable | 1 | ||
Rename Variable lifecycledPageCache : LifecycledPageCache to pageCacheFactory : ConfiguringPageCacheFactory in method protected createPageCache() : PageCache in class org.neo4j.kernel.InternalAbstractGraphDatabase | From | To | |
Change Return Type | 3 | ||
Change Return Type StandalonePageCache to PageCache in method public createPageCache(fileSystem FileSystemAbstraction) : PageCache in class org.neo4j.kernel.impl.pagecache.StandalonePageCacheFactory | From | To | |
Change Return Type void to PageCache in method protected createPageCache() : PageCache in class org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactory | From | To | |
Change Return Type LifecycledPageCache to PageCache in method protected createPageCache() : PageCache in class org.neo4j.kernel.InternalAbstractGraphDatabase | From | To | |
Rename Class | 3 | ||
Rename Class org.neo4j.kernel.impl.pagecache.LifecycledPageCache renamed to org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactory | From | To | |
Rename Class org.neo4j.io.pagecache.impl.muninn.MuninnCursorPool renamed to org.neo4j.io.pagecache.impl.muninn.CursorPool | From | To | |
Rename Class org.neo4j.kernel.impl.pagecache.LifecycledPageCacheTest renamed to org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactoryTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.pagecache.StandalonePageCacheFactory.DelegatingStandalonePageCache moved and renamed to org.neo4j.com.storecopy.ExternallyManagedPageCache | From | To | |
Extract Variable | 2 | ||
Extract Variable config : Map<String,String> in method public run(configuration Configuration) : void from class org.neo4j.perftest.enterprise.generator.DataGenerator | From | To | |
Extract Variable storeDir : String in method public shouldSeeHelloWorld() : void from class org.neo4j.kernel.DiagnosticsLoggingTest | From | To | |
Change Variable Type | 9 | ||
Change Variable Type cache : StandalonePageCache to cache : PageCache in method public mustAutomaticallyStartEvictionThread() : void in class org.neo4j.kernel.impl.pagecache.StandalonePageCacheFactoryTest | From | To | |
Change Variable Type pageCache : StandalonePageCache to pageCache : PageCache in method public main(args String...) : void in class org.neo4j.kernel.impl.store.DumpStore | From | To | |
Change Variable Type lifecycledPageCache : LifecycledPageCache to pageCacheFactory : ConfiguringPageCacheFactory in method protected createPageCache() : PageCache in class org.neo4j.kernel.InternalAbstractGraphDatabase | From | To | |
Change Variable Type pageCache : StandalonePageCache to pageCache : PageCache in method package doFullBackup(sourceHostNameOrIp String, sourcePort int, targetDirectory String, checkConsistency boolean, tuningConfiguration Config, timeout long, forensics boolean) : BackupOutcome in class org.neo4j.backup.BackupService | From | To | |
Change Variable Type pages : StandalonePageCache to pages : PageCache in method public dumpCountsStore(fs FileSystemAbstraction, path File, out PrintStream) : void in class org.neo4j.kernel.impl.store.counts.DumpCountsStore | From | To | |
Change Variable Type pageCacheKeepingCount : RunnablePageCache to pageCacheKeepingCount : PageCache in method public run() : void in class org.neo4j.io.pagecache.stress.PageCacheStressTest | From | To | |
Change Variable Type pages : StandalonePageCache to pages : PageCache in method public main(args String...) : void in class org.neo4j.kernel.impl.store.counts.RecountFromTransactions | From | To | |
Change Variable Type pageCacheUnderTest : RunnablePageCache to pageCacheUnderTest : PageCache in method public run() : void in class org.neo4j.io.pagecache.stress.PageCacheStressTest | From | To | |
Change Variable Type pageCache : StandalonePageCache to pageCache : PageCache in method package dump(storeFile File) : void in class org.neo4j.kernel.impl.store.DumpStoreChain | From | To | |
Change Attribute Type | 7 | ||
Change Attribute Type pageCache : LifecycledPageCache to pageCache : PageCache in class org.neo4j.perftest.enterprise.ccheck.ConsistencyPerformanceCheck | From | To | |
Change Attribute Type pageCache : LifecycledPageCache to pageCache : PageCache in class org.neo4j.kernel.InternalAbstractGraphDatabase | From | To | |
Change Attribute Type pageCache : RunnablePageCache to pageCache : PageCache in class org.neo4j.kernel.impl.pagecache.ConfiguringPageCacheFactory | From | To | |
Change Attribute Type cursorPool : MuninnCursorPool to cursorPool : CursorPool in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Change Attribute Type pageCache : LifecycledPageCache to pageCache : PageCache in class org.neo4j.test.PageCacheRule | From | To | |
Change Attribute Type delegate : LifecycledPageCache to delegate : PageCache in class org.neo4j.com.storecopy.ExternallyManagedPageCache | From | To | |
Change Attribute Type cursorPool : MuninnCursorPool to cursorPool : CursorPool in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Extract Method | 3 | ||
Extract Method protected createImpermanentDatabaseCreator(storeDir String, state TestGraphDatabaseFactoryState) : GraphDatabaseBuilder.DatabaseCreator extracted from public newImpermanentDatabaseBuilder(storeDir String) : GraphDatabaseBuilder in class org.neo4j.test.TestGraphDatabaseFactory | From | To | |
Extract Method protected createGraphDatabaseBuilder(creator GraphDatabaseBuilder.DatabaseCreator) : GraphDatabaseBuilder extracted from public newEmbeddedDatabaseBuilder(path String) : GraphDatabaseBuilder in class org.neo4j.graphdb.factory.GraphDatabaseFactory | From | To | |
Extract Method public runFullConsistencyCheck(storeDir String, tuningConfiguration Config, progressFactory ProgressMonitorFactory, logger StringLogger, fileSystem FileSystemAbstraction, pageCache PageCache) : Result extracted from public runFullConsistencyCheck(storeDir String, tuningConfiguration Config, progressFactory ProgressMonitorFactory, logger StringLogger) : Result in class org.neo4j.consistency.ConsistencyCheckService | From | To |