c3f5168555d94d1fe7bbc9cf32685ede48941638
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public maximumSize() : int renamed to public maximumHeapSize() : long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Rename Method public minimumSize() : int renamed to public minimumHeapSize() : long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Rename Method public averageSize() : double renamed to public averageHeapSize() : double in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Change Return Type | 2 | ||
Change Return Type int to long in method public minimumHeapSize() : long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Change Return Type int to long in method public maximumHeapSize() : long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Rename Attribute | 3 | ||
Rename Attribute maxSize : Integer to maxHeapSize : Long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Rename Attribute avgSize : Double to avgHeapSize : Double in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Rename Attribute minSize : Integer to minHeapSize : Long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type maxSize : Integer to maxHeapSize : Long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To | |
Change Attribute Type minSize : Integer to minHeapSize : Long in class org.apache.ignite.internal.visor.cache.VisorCacheAggregatedMetrics | From | To |