261d962aaef7f90225c353ef0a74058682c2390c
Files Diff
- Added: 7
- Removed: 6
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public close() : void renamed to public finish() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncState | From | To | |
| Rename Method public close() : void renamed to public finish() : void in class com.navercorp.pinpoint.bootstrap.context.AsyncState | From | To | |
| Rename Method public onComplete() : void renamed to public finish() : void in class com.navercorp.pinpoint.profiler.context.SpanAsyncStateListener | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type closer : AsyncTraceCloser to asyncState : AsyncState in method public AsyncTrace(trace Trace, asyncState AsyncState) in class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Change Parameter Type closeable : AsyncTraceCloseable to asyncState : AsyncState in method public StatefulAsyncTraceId(traceId AsyncTraceId, asyncState AsyncState) in class com.navercorp.pinpoint.profiler.context.StatefulAsyncTraceId | From | To | |
| Rename Variable | 4 | ||
| Rename Variable fireCallback : boolean to finished : boolean in method public finish() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncState | From | To | |
| Rename Variable asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close_setup() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Rename Variable asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close_await() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Rename Variable asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Rename Class | 6 | ||
| Rename Class com.navercorp.pinpoint.profiler.context.AsyncTraceCloser renamed to com.navercorp.pinpoint.profiler.context.ListenableAsyncState | From | To | |
| Rename Class com.navercorp.pinpoint.profiler.context.SpanCompletionCallbackTest renamed to com.navercorp.pinpoint.profiler.context.SpanAsyncStateListenerTest | From | To | |
| Rename Class com.navercorp.pinpoint.bootstrap.context.AsyncTraceCloseable renamed to com.navercorp.pinpoint.bootstrap.context.AsyncState | From | To | |
| Rename Class com.navercorp.pinpoint.profiler.context.CloseableAsyncTraceId renamed to com.navercorp.pinpoint.profiler.context.StatefulAsyncTraceId | From | To | |
| Rename Class com.navercorp.pinpoint.profiler.context.AsyncTraceCloserTest renamed to com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Rename Class com.navercorp.pinpoint.profiler.context.SpanCompletionCallback renamed to com.navercorp.pinpoint.profiler.context.SpanAsyncStateListener | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute closer : AsyncTraceCloser to asyncState : AsyncState in class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Rename Attribute closeable : AsyncTraceCloseable to asyncState : AsyncState in class com.navercorp.pinpoint.profiler.context.StatefulAsyncTraceId | From | To | |
| Rename Attribute closed : boolean to finish : boolean in class com.navercorp.pinpoint.profiler.context.ListenableAsyncState | From | To | |
| Change Variable Type | 9 | ||
| Change Variable Type mock : SpanCompletionCallback to mock : SpanAsyncStateListener in method public close_await() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Change Variable Type callback : SpanCompletionCallback to callback : SpanAsyncStateListener in method public continueAsyncTraceObject(traceId TraceId) : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
| Change Variable Type asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Change Variable Type closer : AsyncTraceCloser to closer : ListenableAsyncState in method public continueAsyncTraceObject(traceId TraceId) : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
| Change Variable Type mock : SpanCompletionCallback to mock : SpanAsyncStateListener in method public close() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Change Variable Type asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close_setup() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Change Variable Type asyncTraceCloser : AsyncTraceCloser to listenableAsyncState : ListenableAsyncState in method public close_await() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Change Variable Type callback : SpanCompletionCallback to callback : SpanAsyncStateListener in method public newAsyncTraceObject() : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
| Change Variable Type mock : SpanCompletionCallback to mock : SpanAsyncStateListener in method public close_setup() : void in class com.navercorp.pinpoint.profiler.context.ListenableAsyncStateTest | From | To | |
| Extract Variable | 2 | ||
| Extract Variable asyncState : AsyncState in method public getAsyncTraceId(closeable boolean) : AsyncTraceId from class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Extract Variable asyncState : AsyncState in method private closeOrFlush() : void from class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type closeable : AsyncTraceCloseable to asyncState : AsyncState in class com.navercorp.pinpoint.profiler.context.StatefulAsyncTraceId | From | To | |
| Change Attribute Type CLOSED_UPDATER : AtomicIntegerFieldUpdater<SpanCompletionCallback> to CLOSED_UPDATER : AtomicIntegerFieldUpdater<SpanAsyncStateListener> in class com.navercorp.pinpoint.profiler.context.SpanAsyncStateListener | From | To | |
| Change Attribute Type closer : AsyncTraceCloser to asyncState : AsyncState in class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter closer : AsyncTraceCloser to asyncState : AsyncState in method public AsyncTrace(trace Trace, asyncState AsyncState) in class com.navercorp.pinpoint.profiler.context.AsyncTrace | From | To | |
| Rename Parameter closeable : AsyncTraceCloseable to asyncState : AsyncState in method public StatefulAsyncTraceId(traceId AsyncTraceId, asyncState AsyncState) in class com.navercorp.pinpoint.profiler.context.StatefulAsyncTraceId | From | To |