26979dac93e80a17c77738536b6eb23959cc0975
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method private putcs(out PrintStream, c char, count int) : void from class org.neo4j.test.LinearHistoryPageCacheTracer to private putcs(out PrintStream, c char, count int) : void from class org.neo4j.test.LinearHistoryPageCacheTracer.HistoryPrinter | From | To | |
| Move Method private exceptionLinePrefix(size int) : String from class org.neo4j.test.LinearHistoryPageCacheTracer to private exceptionLinePrefix(size int) : String from class org.neo4j.test.LinearHistoryPageCacheTracer.HistoryPrinter | From | To | |
| Rename Variable | 2 | ||
| Rename Variable pageCount : int to filePageCount : int in method public concurrentPageFaultingMustNotPutInterleavedDataIntoPages() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
| Rename Variable threads : int to filePageCount : int in method public concurrentFlushingMustNotPutInterleavedDataIntoFile() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.test.LinearHistoryPageCacheTracer.HistoryPrinter from class org.neo4j.test.LinearHistoryPageCacheTracer | From | To | |
| Extract Method | 1 | ||
| Extract Method public processHistory(processor Consumer<HEvent>) : boolean extracted from public printHistory(outputStream PrintStream) : void in class org.neo4j.test.LinearHistoryPageCacheTracer | From | To |