fe19173caeb07dfd837523cb29402c3f486367bb
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private aggregateTopLevel() : void renamed to private aggregateGlobal() : void in class com.insightfullogic.honest_profiler.core.aggregation.AggregationProfile | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type baseAggregation : Aggregation<K,T> to baseAggregation : V in method protected setBaseAggregation(baseAggregation V) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.AbstractDiff | From | To | |
Change Parameter Type newAggregation : Aggregation<K,T> to newAggregation : V in method protected setNewAggregation(newAggregation V) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.AbstractDiff | From | To | |
Change Parameter Type reference : LeanNode to reference : NumericInfo in method public setReference(reference NumericInfo) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.straight.Entry | From | To | |
Move Method | 1 | ||
Move Method public setReference(reference LeanNode) : void from class com.insightfullogic.honest_profiler.core.aggregation.result.Aggregation to public setReference(reference NumericInfo) : void from class com.insightfullogic.honest_profiler.core.aggregation.result.straight.Entry | From | To | |
Change Return Type | 1 | ||
Change Return Type AbstractDiff<K,T,U> to AbstractDiff<K,T,U,V> in method public abstract filter(filterSpecification FilterSpecification<U>) : AbstractDiff<K,T,U,V> in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.AbstractDiff | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type newAggregation : Aggregation<K,T> to newAggregation : V in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.AbstractDiff | From | To | |
Change Attribute Type baseAggregation : Aggregation<K,T> to baseAggregation : V in class com.insightfullogic.honest_profiler.core.aggregation.result.diff.AbstractDiff | From | To |