e9690532cb4b34f577456b3503ba44a91aaa493c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getInflightRequests() : int renamed to public getOutstandingCount() : long in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Rename Method public getCompletedRequests() : long renamed to public getCompletedCount() : long in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Rename Method public getRunTime() : long renamed to public getCompletedTime() : long in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Rename Method public emitRequestCount() : void renamed to public emitGlobalRequestMetrics() : void in class org.cloudfoundry.identity.statsd.UaaMetricsEmitter | From | To | |
Change Return Type | 2 | ||
Change Return Type int to long in method public getInflightRequests() : long in class org.cloudfoundry.identity.uaa.metrics.IdleTimer | From | To | |
Change Return Type int to long in method public getOutstandingCount() : long in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inflightRequests : int to inflightRequests : long in class org.cloudfoundry.identity.uaa.metrics.IdleTimer | From | To |