caf87f04ac759b520d5d9884c754837e8ea12466
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public checkLinearAggregation(adapter CheckAdapter<String>) : void renamed to public checkFlatAggregation(adapter CheckAdapter<String>, filters ScenarioStraightFilter...) : void in class com.insightfullogic.honest_profiler.framework.scenario.SimplifiedLogScenario | From | To | |
Rename Method public wait(condition Callable<Boolean>, failureMessage String) : void renamed to public waitUntil(condition Callable<Boolean>, failureMessage String) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To | |
Rename Method public wait(future Future<T>, failureMessage String) : void renamed to public waitUntil(future Future<T>, failureMessage String) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To | |
Rename Method public wait(future Future<T>) : void renamed to public waitUntil(future Future<T>) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To | |
Rename Method public wait(condition Callable<Boolean>) : void renamed to public waitUntil(condition Callable<Boolean>) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To | |
Change Return Type | 4 | ||
Change Return Type Collection<Object[]> to List<Object[]> in method public getScenariosAndGroupings() : List<Object[]> in class com.insightfullogic.honest_profiler.framework.ParameterUtil | From | To | |
Change Return Type Collection<Object[]> to List<Object[]> in method public getDebugScenariosAndGroupings() : List<Object[]> in class com.insightfullogic.honest_profiler.framework.ParameterUtil | From | To | |
Change Return Type Collection<Object[]> to List<Object[]> in method public getScenariosAndFrameGroupings() : List<Object[]> in class com.insightfullogic.honest_profiler.framework.ParameterUtil | From | To | |
Change Return Type Collection<Object[]> to List<Object[]> in method public getScenarios() : List<Object[]> in class com.insightfullogic.honest_profiler.framework.ParameterUtil | From | To | |
Extract Method | 2 | ||
Extract Method public clickButton(robot FxRobot, nodeId String, contextId String) : void extracted from public clickExpandAll(robot FxRobot, contextId String) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To | |
Extract Method public keyFor(threadGrouping ThreadGrouping, thread ThreadMeta) : String extracted from public keysFor(threadGrouping ThreadGrouping, frameGrouping FrameGrouping, thread ThreadMeta, frames StackFrame...) : String[] in class com.insightfullogic.honest_profiler.framework.AggregationUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter contextIdId : String to contextId : String in method public selectFrameGrouping(robot FxRobot, frameGrouping FrameGrouping, contextId String) : void in class com.insightfullogic.honest_profiler.ports.javafx.framework.HPFXUtil | From | To |