86e26d60c4b1c59e682e44b4bc9ca9f76bcaa687
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public clear() : void renamed to public eraseScreen() : void in class com.insightfullogic.honest_profiler.ports.console.FakeConsole | From | To | |
Rename Class | 2 | ||
Rename Class com.insightfullogic.honest_profiler.ports.console.ConsoleUserInterface renamed to com.insightfullogic.honest_profiler.ports.console.ProfileView | From | To | |
Rename Class com.insightfullogic.honest_profiler.ports.console.ConsoleUserInterfaceTest renamed to com.insightfullogic.honest_profiler.ports.console.ProfileViewTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute console : Console to output : Console in class com.insightfullogic.honest_profiler.ports.console.ProfileView | From | To | |
Extract Variable | 1 | ||
Extract Variable line : String in method private readProcessId() : void from class com.insightfullogic.honest_profiler.testing_utilities.AgentRunner | From | To | |
Extract Method | 2 | ||
Extract Method private displayLogFile() : void extracted from public run() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleApplication | From | To | |
Extract Method private hasLogToDisplay() : boolean extracted from public run() : void in class com.insightfullogic.honest_profiler.ports.console.ConsoleApplication | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ui : ConsoleUserInterface to ui : ProfileView in class com.insightfullogic.honest_profiler.ports.console.ConsoleApplication | From | To | |
Change Attribute Type ui : ConsoleUserInterface to ui : ProfileView in class com.insightfullogic.honest_profiler.ports.console.ProfileViewTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter console : Console to output : Console in method public ProfileView(output Console) in class com.insightfullogic.honest_profiler.ports.console.ProfileView | From | To |