|
Change Return Type Map<Long,LinkedLeanNode> to Map<Long,LeanNode> in method public getThreadRoots() : Map<Long,LeanNode> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type Map<Long,Set<LinkedLeanNode>> to Map<Long,Set<LeanNode>> in method public getSiblings() : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |
|
Change Return Type LinkedLeanNode to LeanNode in method private link(threadId Long, frame FrameInfo, node LeanNode) : LeanNode in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Return Type Map<Long,Set<LinkedLeanNode>> to Map<Long,Set<LeanNode>> in method public getChildren() : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |
|
Change Return Type Map<Long,Set<LinkedLeanNode>> to Map<Long,Set<LeanNode>> in method public getParents() : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |
|
Change Attribute Type parents : Map<Long,Set<LinkedLeanNode>> to parents : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |
|
Change Attribute Type siblings : Map<Long,Set<LinkedLeanNode>> to siblings : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |
|
Change Attribute Type threadRoots : Map<Long,LinkedLeanNode> to threadRoots : Map<Long,LeanNode> in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile |
From |
To |
|
Change Attribute Type children : Map<Long,Set<LinkedLeanNode>> to children : Map<Long,Set<LeanNode>> in class com.insightfullogic.honest_profiler.core.aggregation.FqmnLink |
From |
To |