39033ee1279e16683c3c553a20e2be1a5237c267
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 35
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 6 | ||
Pull Up Method public init() : void from class org.jboss.resteasy.test.tracing.BasicTracingTest to public init() : void from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Method public init() : void from class org.jboss.resteasy.test.tracing.OnDemandTracingTest to public init() : void from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Method public createDeployment() : Archive<?> from class org.jboss.resteasy.test.tracing.BasicTracingTest to public createDeployment() : Archive<?> from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Method public after() : void from class org.jboss.resteasy.test.tracing.OnDemandTracingTest to public after() : void from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Method public createDeployment() : Archive<?> from class org.jboss.resteasy.test.tracing.OnDemandTracingTest to public createDeployment() : Archive<?> from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Method public after() : void from class org.jboss.resteasy.test.tracing.BasicTracingTest to public after() : void from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Rename Variable | 1 | ||
Rename Variable logger : RESTEasyTracingLogger to tracingLogger : RESTEasyTracingLogger in method public invoke(request HttpRequest, response HttpResponse, invoker ResourceInvoker) : void in class org.jboss.resteasy.core.SynchronousDispatcher | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute package war : WebArchive from class org.jboss.resteasy.test.tracing.BasicTracingTest to package war : WebArchive from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Attribute package client : Client from class org.jboss.resteasy.test.tracing.BasicTracingTest to package client : Client from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Attribute package client : Client from class org.jboss.resteasy.test.tracing.OnDemandTracingTest to package client : Client from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Pull Up Attribute package war : WebArchive from class org.jboss.resteasy.test.tracing.OnDemandTracingTest to package war : WebArchive from class org.jboss.resteasy.test.tracing.TracingTestBase | From | To | |
Move Attribute | 2 | ||
Move Attribute private tracingLogger : RESTEasyTracingLogger from class org.jboss.resteasy.core.SynchronousDispatcher to protected tracingLogger : RESTEasyTracingLogger from class org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext | From | To | |
Move Attribute private tracingLogger : RESTEasyTracingLogger from class org.jboss.resteasy.core.SynchronousDispatcher to protected tracingLogger : RESTEasyTracingLogger from class org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.jboss.resteasy.test.tracing.TracingTestBase from classes [org.jboss.resteasy.test.tracing.BasicTracingTest, org.jboss.resteasy.test.tracing.OnDemandTracingTest] | From | To |