4ca7cc340f715676d366bb1cfb19e716294ef64f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getOutstandingCount() : long renamed to public getInflightCount() : long in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Rename Method public testGlobalCompletedTimeMetrics() : void renamed to public global_completed_time() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Rename Method public testGlobalCompletedCountMetrics() : void renamed to public global_completed_count() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Rename Variable | 1 | ||
Rename Variable spring : Map<String,?> to mebeans : Map<String,?> in method public emitGlobalRequestMetrics() : void in class org.cloudfoundry.identity.statsd.UaaMetricsEmitter | From | To | |
Change Variable Type | 3 | ||
Change Variable Type nextValue : Long to nextValue : long in method public global_completed_count() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Change Variable Type nextValue : Long to nextValue : long in method public global_completed_time() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Change Variable Type previousValue : Long to previousValue : long in method public global_completed_count() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Extract Method | 2 | ||
Extract Method public performSimpleGet() : void extracted from public testGlobalCompletedCountMetrics() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To | |
Extract Method public performSimpleGet() : void extracted from public testGlobalCompletedTimeMetrics() : void in class org.cloudfoundry.identity.statsd.integration.UaaMetricsEmitterIT | From | To |