614ff81e2eec10402d09215a59ab4e9d0f53701a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type LogState to ReadResult in method public readRecord(input ByteBuffer) : ReadResult in class com.insightfullogic.honest_profiler.core.parser.LogParser | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.insightfullogic.honest_profiler.core.parser.LogParser.LogState moved and renamed to com.insightfullogic.honest_profiler.ports.sources.FileLogSourceTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute input : RandomAccessFile to channel : FileChannel in class com.insightfullogic.honest_profiler.ports.sources.FileLogSource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type input : RandomAccessFile to channel : FileChannel in class com.insightfullogic.honest_profiler.ports.sources.FileLogSource | From | To | |
Extract Method | 1 | ||
Extract Method private remapFile(position int, size long) : void extracted from public FileLogSource(file File) in class com.insightfullogic.honest_profiler.ports.sources.FileLogSource | From | To | |
Inline Variable | 1 | ||
Inline Variable logState : LogState in method public run() : boolean from class com.insightfullogic.honest_profiler.core.Conductor | From | To |