|
Change Parameter Type parentAggregation : AggregatedNode to parentAggregation : AggregatedNode<String> in method private add(aggregation Aggregation<String,AggregatedNode<String>>, profile LeanProfile, parentAggregation AggregatedNode<String>, parent LeanNode) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator |
From |
To |
|
Change Parameter Type profileNode : AggregatedNode to profileNode : AggregatedNode<String> in method protected updateItem(profileNode AggregatedNode<String>, empty boolean) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.cell.TreeViewCell |
From |
To |
|
Change Parameter Type trees : List<AggregatedNode> to trees : List<AggregatedNode<String>> in method public update(trees List<AggregatedNode<String>>) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.tree.RootNodeAdapter |
From |
To |
|
Change Parameter Type key : String to key : K in method public setKey(key K) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type key : String to key : K in method public AggregatedEntry(key K, data NumericInfo, aggregation Aggregation<K,T>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type entry : AggregatedEntry to entry : AggregatedEntry<K> in method public AggregatedNode(entry AggregatedEntry<K>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Parameter Type profileNode : AggregatedNode to profileNode : AggregatedNode<String> in method private renderMethodNode(profileNode AggregatedNode<String>, empty boolean) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.cell.TreeViewCell |
From |
To |
|
Change Parameter Type aggregation : Aggregation<?> to aggregation : Aggregation<K,T> in method public AggregatedEntry(key K, data NumericInfo, aggregation Aggregation<K,T>, frame FrameInfo) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type aggregation : Aggregation<?> to aggregation : Aggregation<K,T> in method public AggregatedNode(aggregation Aggregation<K,T>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Parameter Type aggregation : Aggregation<List<AggregatedNode>> to aggregation : Aggregation<String,AggregatedNode<String>> in method private getAggrCollector(aggregation Aggregation<String,AggregatedNode<String>>, profile LeanProfile) : Collector<LeanNode,AggregatedNode<String>,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator |
From |
To |
|
Change Parameter Type entry : AggregatedEntry to entry : AggregatedEntry<K> in method public addChild(entry AggregatedEntry<K>) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Parameter Type key : String to key : K in method public AggregatedEntry(key K, aggregation Aggregation<K,T>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type data : T to data : List<T> in method public Aggregation(data List<T>, reference LeanNode) in class com.insightfullogic.honest_profiler.core.aggregation.result.Aggregation |
From |
To |
|
Change Parameter Type aggregation : Aggregation<?> to aggregation : Aggregation<K,T> in method public AggregatedEntry(key K, data NumericInfo, aggregation Aggregation<K,T>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type entry : AggregatedDiffEntry to entry : AggregatedDiffEntry<K> in method public AggregatedDiffNode(entry AggregatedDiffEntry<K>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffNode |
From |
To |
|
Change Parameter Type aggregation : Aggregation<?> to aggregation : Aggregation<K,T> in method public AggregatedEntry(key K, aggregation Aggregation<K,T>) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type entries : List<AggregatedDiffEntry> to entries : Collection<AggregatedDiffEntry<String>> in method public writeFlatProfileDiffCsv(out PrintWriter, entries Collection<AggregatedDiffEntry<String>>, mode Mode) : void in class com.insightfullogic.honest_profiler.ports.javafx.util.report.ReportUtil |
From |
To |
|
Change Parameter Type key : String to key : K in method public add(key K, frame FrameInfo, data NumericInfo) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Parameter Type profileDiff : TreeProfileDiff to profileDiff : TreeDiffAggregation<String> in method public DiffAggregationTreeItem(profileDiff TreeDiffAggregation<String>) in class com.insightfullogic.honest_profiler.ports.javafx.view.tree.DiffAggregationTreeItem |
From |
To |
|
Change Parameter Type key : String to key : K in method public AggregatedEntry(key K, data NumericInfo, aggregation Aggregation<K,T>, frame FrameInfo) in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type diff : NodeDiff to diff : AggregatedDiffNode<String> in method public DiffAggregationTreeItem(diff AggregatedDiffNode<String>) in class com.insightfullogic.honest_profiler.ports.javafx.view.tree.DiffAggregationTreeItem |
From |
To |
|
Change Parameter Type other : AggregatedNode to other : AggregatedNode<K> in method public combine(other AggregatedNode<K>) : AggregatedNode<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Parameter Type entries : List<AggregatedEntry> to entries : List<AggregatedEntry<String>> in method public writeFlatProfileCsv(out PrintWriter, entries List<AggregatedEntry<String>>, mode Mode) : void in class com.insightfullogic.honest_profiler.ports.javafx.util.report.ReportUtil |
From |
To |
|
Change Parameter Type other : AggregatedEntry to other : AggregatedEntry<K> in method public combine(other AggregatedEntry<K>) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Parameter Type profileNode : AggregatedNode to profileNode : AggregatedNode<String> in method public update(profileNode AggregatedNode<String>) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.tree.MethodNodeAdapter |
From |
To |
|
Change Parameter Type tree : AggregatedNode to tree : AggregatedNode<String> in method public update(tree AggregatedNode<String>) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.tree.ThreadNodeAdapter |
From |
To |
|
Change Parameter Type aggregation : Aggregation<List<AggregatedNode>> to aggregation : Aggregation<String,AggregatedNode<String>> in method private add(aggregation Aggregation<String,AggregatedNode<String>>, profile LeanProfile, parentAggregation AggregatedNode<String>, parent LeanNode) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator |
From |
To |
|
Change Return Type Aggregation<R> to Aggregation<K,T> in method public aggregate(input I, reference LeanNode) : Aggregation<K,T> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.Aggregator |
From |
To |
|
Change Return Type Aggregation<?> to Aggregation<K,T> in method public getAggregation() : Aggregation<K,T> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Return Type Aggregation<List<AggregatedNode>> to Aggregation<String,AggregatedNode<String>> in method public aggregate(input AggregationProfile, reference LeanNode) : Aggregation<String,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator |
From |
To |
|
Change Return Type Aggregation<List<AggregatedEntry>> to Aggregation<String,AggregatedEntry<String>> in method public getFlatAggregation() : Aggregation<String,AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type T to List<T> in method public getData() : List<T> in class com.insightfullogic.honest_profiler.core.aggregation.result.Aggregation |
From |
To |
|
Change Return Type Aggregation<List<AggregatedNode>> to Aggregation<String,AggregatedNode<String>> in method public getTreeAggregation() : Aggregation<String,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type AggregatedEntry to AggregatedEntry<K> in method public getEntry() : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Return Type List<AggregatedNode> to List<AggregatedNode<K>> in method public getChildren() : List<AggregatedNode<K>> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Return Type String to K in method public getKey() : K in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffNode |
From |
To |
|
Change Return Type LeanNode to void in method private link(threadId Long, node LeanNode) : void in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type String to K in method public getKey() : K in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffEntry |
From |
To |
|
Change Return Type AggregatedEntry to AggregatedEntry<K> in method public getNewEntry() : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffEntry |
From |
To |
|
Change Return Type String to K in method public getKey() : K in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Return Type String to K in method public getKey() : K in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Return Type Aggregation<List<AggregatedEntry>> to Aggregation<String,AggregatedEntry<String>> in method public aggregate(input AggregationProfile, reference LeanNode) : Aggregation<String,AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.FlatByFqmnAggregator |
From |
To |
|
Change Return Type AggregatedEntry to AggregatedEntry<K> in method public getNewEntry() : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffNode |
From |
To |
|
Change Return Type Aggregation<?> to Aggregation<K,T> in method public getAggregation() : Aggregation<K,T> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Return Type AggregatedEntry to AggregatedEntry<K> in method public getBaseEntry() : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffNode |
From |
To |
|
Change Return Type Collector<LeanNode,AggregatedNode,AggregatedNode> to Collector<LeanNode,AggregatedNode<String>,AggregatedNode<String>> in method private getAggrCollector(aggregation Aggregation<String,AggregatedNode<String>>, profile LeanProfile) : Collector<LeanNode,AggregatedNode<String>,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator |
From |
To |
|
Change Return Type AggregatedNode to AggregatedNode<K> in method public combine(other AggregatedNode<K>) : AggregatedNode<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Return Type AggregatedEntry to AggregatedEntry<K> in method public getBaseEntry() : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffEntry |
From |
To |
|
Change Attribute Type diffTable : TableView<AggregatedDiffEntry> to diffTable : TableView<AggregatedDiffEntry<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type baseSelfPct : TreeTableColumn<AggregatedDiffNode,Number> to baseSelfPct : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type selfCnt : TreeTableColumn<AggregatedNode,Number> to selfCnt : TreeTableColumn<AggregatedNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type totalCntDiff : TableColumn<AggregatedDiffEntry,Number> to totalCntDiff : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type selfTimeGraphical : TableColumn<AggregatedEntry,Double> to selfTimeGraphical : TableColumn<AggregatedEntry<String>,Double> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type methodColumn : TreeTableColumn<AggregatedNode,String> to methodColumn : TreeTableColumn<AggregatedNode<String>,String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type treeView : TreeTableView<AggregatedNode> to treeView : TreeTableView<AggregatedNode<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type diff : TreeProfileDiff to diff : TreeDiffAggregation<String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type baseEntry : AggregatedEntry to baseEntry : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffEntry |
From |
To |
|
Change Attribute Type parentCntDiff : TreeTableColumn<AggregatedDiffNode,Number> to parentCntDiff : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type method : TableColumn<AggregatedEntry,String> to method : TableColumn<AggregatedEntry<String>,String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type diff : FlatProfileDiff to diff : FlatDiffAggregation<String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type baseSelfPct : TableColumn<AggregatedDiffEntry,Number> to baseSelfPct : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type baseTotalCnt : TreeTableColumn<AggregatedDiffNode,Number> to baseTotalCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type totalPctDiff : TreeTableColumn<AggregatedDiffNode,Number> to totalPctDiff : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type treeAggregation : Aggregation<List<AggregatedNode>> to treeAggregation : Aggregation<String,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Attribute Type newTotalCnt : TableColumn<AggregatedDiffEntry,Number> to newTotalCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type newEntry : AggregatedEntry to newEntry : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffEntry |
From |
To |
|
Change Attribute Type baseTotalPct : TreeTableColumn<AggregatedDiffNode,Number> to baseTotalPct : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type baseSelfCnt : TreeTableColumn<AggregatedDiffNode,Number> to baseSelfCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type newSelfCnt : TreeTableColumn<AggregatedDiffNode,Number> to newSelfCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type totalCnt : TreeTableColumn<AggregatedNode,Number> to totalCnt : TreeTableColumn<AggregatedNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type percentColumn : TreeTableColumn<AggregatedNode,AggregatedNode> to percentColumn : TreeTableColumn<AggregatedNode<String>,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type selfCntDiff : TreeTableColumn<AggregatedDiffNode,Number> to selfCntDiff : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type totalPct : TableColumn<AggregatedEntry,Number> to totalPct : TableColumn<AggregatedEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type flatAggregator : Aggregator<AggregationProfile,List<AggregatedEntry>> to flatAggregator : Aggregator<AggregationProfile,String,AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Attribute Type selfPct : TreeTableColumn<AggregatedNode,Number> to selfPct : TreeTableColumn<AggregatedNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type children : List<AggregatedNode> to children : List<AggregatedNode<K>> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Attribute Type newSelfCnt : TableColumn<AggregatedDiffEntry,Number> to newSelfCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type method : TableColumn<AggregatedDiffEntry,String> to method : TableColumn<AggregatedDiffEntry<String>,String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type newTotalPct : TreeTableColumn<AggregatedDiffNode,Number> to newTotalPct : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type methodColumn : TreeTableColumn<AggregatedDiffNode,String> to methodColumn : TreeTableColumn<AggregatedDiffNode<String>,String> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type aggregation : Aggregation<?> to aggregation : Aggregation<K,? extends Keyed<K>> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Attribute Type newTotalPct : TableColumn<AggregatedDiffEntry,Number> to newTotalPct : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type diffTree : TreeTableView<AggregatedDiffNode> to diffTree : TreeTableView<AggregatedDiffNode<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type newProfileCnt : TableColumn<AggregatedDiffEntry,Number> to newProfileCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type newSelfPct : TreeTableColumn<AggregatedDiffNode,Number> to newSelfPct : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type key : String to key : K in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedEntry |
From |
To |
|
Change Attribute Type flatAggregation : Aggregation<List<AggregatedEntry>> to flatAggregation : Aggregation<String,AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Attribute Type totalCntDiff : TreeTableColumn<AggregatedDiffNode,Number> to totalCntDiff : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type entry : AggregatedDiffEntry to entry : AggregatedDiffEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedDiffNode |
From |
To |
|
Change Attribute Type selfPctDiff : TreeTableColumn<AggregatedDiffNode,Number> to selfPctDiff : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type flatProfileView : TableView<AggregatedEntry> to flatProfileView : TableView<AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type newTotalCnt : TreeTableColumn<AggregatedDiffNode,Number> to newTotalCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type selfPct : TableColumn<AggregatedEntry,Number> to selfPct : TableColumn<AggregatedEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type baseTotalCnt : TableColumn<AggregatedDiffEntry,Number> to baseTotalCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type totalPctDiff : TableColumn<AggregatedDiffEntry,Number> to totalPctDiff : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type profileCntDiff : TableColumn<AggregatedDiffEntry,Number> to profileCntDiff : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type totalCnt : TableColumn<AggregatedEntry,Number> to totalCnt : TableColumn<AggregatedEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type treeAggregator : Aggregator<AggregationProfile,List<AggregatedNode>> to treeAggregator : Aggregator<AggregationProfile,String,AggregatedNode<String>> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Attribute Type profileCnt : TableColumn<AggregatedEntry,Number> to profileCnt : TableColumn<AggregatedEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type selfCnt : TableColumn<AggregatedEntry,Number> to selfCnt : TableColumn<AggregatedEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type baseTotalPct : TableColumn<AggregatedDiffEntry,Number> to baseTotalPct : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type baseSelfCnt : TableColumn<AggregatedDiffEntry,Number> to baseSelfCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type totalPct : TreeTableColumn<AggregatedNode,Number> to totalPct : TreeTableColumn<AggregatedNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type parentCnt : TreeTableColumn<AggregatedNode,Number> to parentCnt : TreeTableColumn<AggregatedNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController |
From |
To |
|
Change Attribute Type baseProfileCnt : TableColumn<AggregatedDiffEntry,Number> to baseProfileCnt : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type selfPctDiff : TableColumn<AggregatedDiffEntry,Number> to selfPctDiff : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type entry : AggregatedEntry to entry : AggregatedEntry<K> in class com.insightfullogic.honest_profiler.core.aggregation.result.AggregatedNode |
From |
To |
|
Change Attribute Type newParentCnt : TreeTableColumn<AggregatedDiffNode,Number> to newParentCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |
|
Change Attribute Type data : T to data : List<T> in class com.insightfullogic.honest_profiler.core.aggregation.result.Aggregation |
From |
To |
|
Change Attribute Type newSelfPct : TableColumn<AggregatedDiffEntry,Number> to newSelfPct : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type selfCntDiff : TableColumn<AggregatedDiffEntry,Number> to selfCntDiff : TableColumn<AggregatedDiffEntry<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController |
From |
To |
|
Change Attribute Type flatProfile : ObservableList<AggregatedEntry> to flatProfile : ObservableList<AggregatedEntry<String>> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController |
From |
To |
|
Change Attribute Type baseParentCnt : TreeTableColumn<AggregatedDiffNode,Number> to baseParentCnt : TreeTableColumn<AggregatedDiffNode<String>,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeDiffViewController |
From |
To |