|
Change Parameter Type targetType : TargetType to target : Target in method public setTarget(target Target) : void in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Parameter Type aggregation : Aggregation<K,Entry<K>> to aggregation : Flat<K> in method public setNew(aggregation Flat<K>) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.FlatDiff |
From |
To |
|
Change Parameter Type item : FilterItem to item : FilterItem<T,?> in method protected updateItem(item FilterItem<T,?>, empty boolean) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController.ActionCell |
From |
To |
|
Change Parameter Type column : TreeTableColumn<T,Number> to column : TreeTableColumn<U,Number> in method protected cfgPctCol(column TreeTableColumn<U,Number>, propertyName String, profileContext ProfileContext, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type comparisonType : ComparisonType to comparison : Comparison in method public setComparison(comparison Comparison) : void in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Parameter Type column : TreeTableColumn<T,Number> to column : TreeTableColumn<U,Number> in method protected cfgCntCol(column TreeTableColumn<U,Number>, propertyName String, profileContext ProfileContext, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type column : TableColumn<T,Number> to column : TableColumn<U,Number> in method protected cfgCntDiffCol(column TableColumn<U,Number>, propertyName String, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type column : TreeTableColumn<T,Number> to column : TreeTableColumn<U,Number> in method protected cfgPctDiffCol(column TreeTableColumn<U,Number>, propertyName String, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type value : String to value : U in method public setValue(value U) : void in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Parameter Type test : Function<String,Boolean> to test : Predicate<String> in method public StringValidationListener(inputNode Node, test Predicate<String>, buttons Button...) in class com.insightfullogic.honest_profiler.ports.javafx.util.validation.StringValidationListener |
From |
To |
|
Change Parameter Type column : TreeTableColumn<T,Number> to column : TreeTableColumn<U,Number> in method protected cfgCntDiffCol(column TreeTableColumn<U,Number>, propertyName String, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type comparisonType : ComparisonType to comparison : Comparison in method public FilterItem(target Target, comparison Comparison, value U) in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Parameter Type item : FilterItem to item : FilterItem<T,?> in method private removeFilter(item FilterItem<T,?>) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Parameter Type aggregation : Aggregation<K,Entry<K>> to aggregation : Flat<K> in method public setBase(aggregation Flat<K>) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.FlatDiff |
From |
To |
|
Change Parameter Type column : TableColumn<T,Number> to column : TableColumn<U,Number> in method protected cfgPctCol(column TableColumn<U,Number>, propertyName String, profileContext ProfileContext, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type value : String to value : U in method public FilterItem(target Target, comparison Comparison, value U) in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Parameter Type spec : FilterSpecification to spec : FilterSpecification<T> in method private iconFor(spec FilterSpecification<T>) : ImageView in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type column : TableColumn<T,Number> to column : TableColumn<U,Number> in method protected cfgCntCol(column TableColumn<U,Number>, propertyName String, profileContext ProfileContext, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Parameter Type item : FilterItem to item : FilterItem<T,?> in method private createActionButton(item FilterItem<T,?>) : Button in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Parameter Type column : TableColumn<T,Number> to column : TableColumn<U,Number> in method protected cfgPctDiffCol(column TableColumn<U,Number>, propertyName String, title String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Return Type ObjectProperty<FilterSpecification> to FilterSpecification<T> in method protected getFilterSpecification() : FilterSpecification<T> in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Return Type Aggregation<String,Node<String>> to Tree<String> in method public getTree() : Tree<String> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type Aggregation<String,Entry<String>> to Flat<String> in method public getFlat() : Flat<String> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type Callback<ButtonType,FilterItem> to Callback<ButtonType,FilterItem<T,?>> in method public createResultHandler() : Callback<ButtonType,FilterItem<T,?>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterCreationDialogController |
From |
To |
|
Change Return Type TargetType to Target in method public getTarget() : Target in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Return Type ComparisonType to Comparison in method public getComparison() : Comparison in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Return Type String to U in method public getValue() : U in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Return Type FilterDialogController to FilterDialogController<T> in method private createFilterDialog() : FilterDialogController<T> in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Return Type Callback<ButtonType,FilterSpecification> to Callback<ButtonType,FilterSpecification<T>> in method public createResultHandler() : Callback<ButtonType,FilterSpecification<T>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type value : String to value : U in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Attribute Type target : TableColumn<FilterItem,TargetType> to target : TableColumn<FilterItem<T,?>,Target> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type filterCreationController : FilterCreationDialogController to filterCreationController : FilterCreationDialogController<T> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type filterSpec : ObjectProperty<FilterSpecification> to filterSpec : ObjectProperty<FilterSpecification<T>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Attribute Type targetType : TargetType to target : Target in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Attribute Type value : TableColumn<FilterItem,String> to value : TableColumn<FilterItem<T,?>,Object> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type filters : TableView<FilterItem> to filters : TableView<FilterItem<T,?>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type validatorMap : Map<FilterType,StringValidationListener> to validatorMap : Map<ValueType,StringValidationListener> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterCreationDialogController |
From |
To |
|
Change Attribute Type test : Function<String,Boolean> to test : Predicate<String> in class com.insightfullogic.honest_profiler.ports.javafx.util.validation.StringValidationListener |
From |
To |
|
Change Attribute Type type : TableColumn<FilterItem,FilterType> to type : ItemType in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type dialogController : FilterDialogController to dialogController : FilterDialogController<T> in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController |
From |
To |
|
Change Attribute Type comparison : ChoiceBox<ComparisonType> to comparison : ChoiceBox<Comparison> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterCreationDialogController |
From |
To |
|
Change Attribute Type comparison : TableColumn<FilterItem,ComparisonType> to comparison : TableColumn<FilterItem<T,?>,Comparison> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type comparisonType : ComparisonType to comparison : Comparison in class com.insightfullogic.honest_profiler.core.aggregation.filter.FilterItem |
From |
To |
|
Change Attribute Type action : TableColumn<FilterItem,FilterItem> to action : TableColumn<FilterItem<T,?>,FilterItem<T,?>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterDialogController |
From |
To |
|
Change Attribute Type target : ChoiceBox<TargetType> to target : ChoiceBox<Target> in class com.insightfullogic.honest_profiler.ports.javafx.controller.filter.FilterCreationDialogController |
From |
To |