4f6c340534e1cf59833f9f09d65b883d49c50766
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testGetOperationNameBodyNotNull() : void renamed to public testGetMethodBodyNotNull() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Rename Method public testGetOperationNameQueryStringHeader() : void renamed to public testGetMethodQueryStringHeader() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Rename Method public testGetOperationNameQueryStringInEndpoint() : void renamed to public testGetMethodQueryStringInEndpoint() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Rename Method public testGetOperationNameDefault() : void renamed to public testGetMethodDefault() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Rename Method public testGetOperationNameFromMethodHeader() : void renamed to public testGetOperationName() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public getComponent() : String from class org.apache.camel.opentracing.TestSEDASpanDecorator to public getComponent() : String from class org.apache.camel.opentracing.decorators.SedaSpanDecorator | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.camel.opentracing.decorators.SedaSpanDecorator from classes [org.apache.camel.opentracing.TestSEDASpanDecorator] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type decorator : SpanDecorator to decorator : AbstractHttpSpanDecorator in method public testGetOperationName() : void in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecoratorTest | From | To | |
Extract Method | 1 | ||
Extract Method public getHttpMethod(exchange Exchange, endpoint Endpoint) : String extracted from public getOperationName(exchange Exchange, endpoint Endpoint) : String in class org.apache.camel.opentracing.decorators.AbstractHttpSpanDecorator | From | To |