2d0c142844896ae00d1de52087fba224e25717ce
Files Diff
- Added: 20
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable httpUri : URI to endpoint : UndertowEndpoint in method protected rebuildServer(registry UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent | From | To | |
Rename Variable path : PathHandler to pathHandler : PathHandler in method protected rebuildServer(registry UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<URI,UndertowConsumer> to Map<String,UndertowConsumer> in method public getConsumersRegistry() : Map<String,UndertowConsumer> in class org.apache.camel.component.undertow.UndertowRegistry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type key : URI to key : String in method protected rebuildServer(registry UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent | From | To | |
Change Variable Type httpUri : URI to endpoint : UndertowEndpoint in method protected rebuildServer(registry UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent | From | To | |
Extract Variable | 3 | ||
Extract Variable httpCamelHandler : HttpCamelHandler in method protected doStart() : void from class org.apache.camel.component.undertow.UndertowConsumer | From | To | |
Extract Variable path : String in method protected rebuildServer(registry UndertowRegistry) : Undertow from class org.apache.camel.component.undertow.UndertowComponent | From | To | |
Extract Variable endpoint : UndertowEndpoint in method public registerConsumer(consumer UndertowConsumer) : void from class org.apache.camel.component.undertow.UndertowRegistry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type consumersRegistry : Map<URI,UndertowConsumer> to consumersRegistry : Map<String,UndertowConsumer> in class org.apache.camel.component.undertow.UndertowRegistry | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public connectConsumer(consumer UndertowConsumer) : void extracted from protected rebuildServer(registy UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent & moved to class org.apache.camel.component.undertow.handlers.HttpCamelHandler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter registy : UndertowRegistry to registry : UndertowRegistry in method protected rebuildServer(registry UndertowRegistry) : Undertow in class org.apache.camel.component.undertow.UndertowComponent | From | To |