70b43ca034cd042beff94158eaf6b845c40eb8e3
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 3 | ||
| Inline Method private widen(value Number) : Number inlined to public update(srcRow Object[], accRow Object[]) : void in class org.infinispan.objectfilter.impl.aggregation.SumAccumulator | From | To | |
| Inline Method private widen(value Number) : Number inlined to public init(accRow Object[]) : void in class org.infinispan.objectfilter.impl.aggregation.SumAccumulator | From | To | |
| Inline Method private add(value Number, sum Number) : Number inlined to public update(srcRow Object[], accRow Object[]) : void in class org.infinispan.objectfilter.impl.aggregation.SumAccumulator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable avg : Avg to doubleAvg : DoubleAvg in method public update(srcRow Object[], accRow Object[]) : void in class org.infinispan.objectfilter.impl.aggregation.AvgAccumulator | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute package sum : double from class org.infinispan.objectfilter.impl.aggregation.AvgAccumulator.Avg to private sum : double from class org.infinispan.objectfilter.impl.aggregation.DoubleSum | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.infinispan.objectfilter.impl.aggregation.AvgAccumulator.Avg moved and renamed to org.infinispan.objectfilter.impl.aggregation.DoubleAvg | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.infinispan.objectfilter.impl.aggregation.DoubleSum from classes [org.infinispan.objectfilter.impl.aggregation.DoubleAvg] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type avg : Avg to doubleAvg : DoubleAvg in method public update(srcRow Object[], accRow Object[]) : void in class org.infinispan.objectfilter.impl.aggregation.AvgAccumulator | From | To |