8ae98ca9b2e255dca70c2ecd4507a6ef567ae666
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getMethodMap() : Map<Long,MethodInfo> renamed to public getMethodInfoMap() : Map<Long,MethodInfo> in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type threadData : Map<Long,LeanNode> to threadData : Map<Long,LeanThreadNode> in method public LeanProfile(methodMap Map<Long,MethodInfo>, threadMap Map<Long,ThreadInfo>, threadData Map<Long,LeanThreadNode>) in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Change Parameter Type node : LeanNode to node : LeanThreadNode in method private getThreadNode(tree Tree<String>, profile LeanProfile, threadId Long, node LeanThreadNode) : Node<String> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<Long,LeanNode> to Map<Long,LeanThreadNode> in method public getThreads() : Map<Long,LeanThreadNode> in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute threadMap : Map<Long,ThreadInfo> to threadInfoMap : Map<Long,ThreadInfo> in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Rename Attribute methodMap : Map<Long,MethodInfo> to methodInfoMap : Map<Long,MethodInfo> in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type threadData : Map<Long,LeanNode> to threadData : Map<Long,LeanThreadNode> in class com.insightfullogic.honest_profiler.core.collector.lean.LeanLogCollector | From | To | |
| Change Attribute Type threads : Map<Long,LeanNode> to threads : Map<Long,LeanThreadNode> in class com.insightfullogic.honest_profiler.core.profiles.lean.LeanProfile | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter sourceProfile : LeanProfile to source : LeanProfile in method public AggregationProfile(source LeanProfile) in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile | From | To |