c3466146b59aa46a9d70f09059b0a5dc3e84a14e
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getScope() : Scope renamed to protected getLocalScope() : Scope in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope | From | To | |
Push Down Method | 3 | ||
Push Down Method public getScope(scopeDefinition ScopeDefinition) : Scope from class com.navercorp.pinpoint.profiler.util.ScopePool to public getScope(scopeDefinition ScopeDefinition) : Scope from class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool | From | To | |
Push Down Method private createScopeFactory(scopeDefinition ScopeDefinition) : ScopeFactory from class com.navercorp.pinpoint.profiler.util.ScopePool to private createScope(scopeDefinition ScopeDefinition) : Scope from class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool | From | To | |
Push Down Method public toString() : String from class com.navercorp.pinpoint.profiler.util.ScopePool to public toString() : String from class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool | From | To | |
Extract Subclass | 1 | ||
Extract Subclass com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool from class com.navercorp.pinpoint.profiler.util.ScopePool | From | To | |
Rename Variable | 3 | ||
Rename Variable depth : Scope to localScope : Scope in method public push() : int in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope | From | To | |
Rename Variable depth : Scope to localScope : Scope in method public depth() : int in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope | From | To | |
Rename Variable depth : Scope to localScope : Scope in method public pop() : int in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope | From | To | |
Change Return Type | 1 | ||
Change Return Type ScopeFactory to Scope in method private createScope(scopeDefinition ScopeDefinition) : Scope in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private pool : ConcurrentMap<ScopeDefinition,Scope> from class com.navercorp.pinpoint.profiler.util.ScopePool to private pool : ConcurrentMap<ScopeDefinition,Scope> from class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool | From | To | |
Move Class | 1 | ||
Move Class com.navercorp.pinpoint.profiler.interceptor.bci.DefaultScopeDefinition moved to com.navercorp.pinpoint.bootstrap.instrument.DefaultScopeDefinition | From | To |