08b781d90c959d629e6d3ccf9b1f4490ec94f8f8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getMessagesReceived() : long renamed to public getMessagesReceivedCount() : long in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Rename Method public getMessagesHandled() : long renamed to public getMessagesHandledCount() : long in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Rename Method public registerCounterMetric(name String, supplier Supplier<Object>) : void renamed to public registerMetric(name String, metric Metric) : void in class com.ea.orbit.metrics.MetricsManager | From | To | |
| Rename Method public getRefusedExecutions() : long renamed to public getRefusedExecutionsCount() : long in class com.ea.orbit.actors.runtime.Execution | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type supplier : Supplier<Object> to metric : Metric in method public registerMetric(name String, metric Metric) : void in class com.ea.orbit.metrics.MetricsManager | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable metricName : String to name : String in method public unregisterMetric(name String) : void in class com.ea.orbit.metrics.MetricsManager | From | To | |
| Extract Method | 3 | ||
| Extract Method public unregisterMetric(name String) : void extracted from public unregisterExportedMetrics(obj Object, instanceId String) : void in class com.ea.orbit.metrics.MetricsManager | From | To | |
| Extract Method private buildGaugeForField(field Field, obj Object) : Metric extracted from public registerExportedMetrics(obj Object, instanceId String) : void in class com.ea.orbit.metrics.MetricsManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter supplier : Supplier<Object> to metric : Metric in method public registerMetric(name String, metric Metric) : void in class com.ea.orbit.metrics.MetricsManager | From | To |