58b39d69d4207ab1640668e94be48283bcfd83c7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 45
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package isLimitEnabled() : boolean renamed to public isLimited() : boolean in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointSchedulerTest.CheckableIOLimiter | From | To | |
Extract Method | 1 | ||
Extract Method private flushFile(muninnPagedFile MuninnPagedFile, limiter IOLimiter) : void extracted from private flushAllPages(files List<PagedFile>, limiter IOLimiter) : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type executor : Executor to executor : ExecutorService in class org.neo4j.io.pagecache.impl.muninn.BackgroundThreadExecutor | From | To | |
Change Attribute Type backgroundThreadExecutor : Executor to backgroundThreadExecutor : BackgroundThreadExecutor in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache | From | To |