3fe56aefac9d4454e80d0cca4bf001592d2c67c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method package registerConsumer(consumer CdiEventConsumer<T>) : void renamed to package addConsumer(consumer CdiEventConsumer<T>) : void in class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Rename Method package unregisterConsumer(consumer CdiEventConsumer<T>) : void renamed to package removeConsumer(consumer CdiEventConsumer<T>) : void in class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type type : Type to endpoint : CdiEventEndpoint<T> in method package ForwardingObserverMethod(endpoint CdiEventEndpoint<T>) in class org.apache.camel.cdi.ForwardingObserverMethod | From | To | |
| Move Method | 2 | ||
| Move Method private eventEndpointUri(type Type, qualifiers Set<Annotation>) : String from class org.apache.camel.cdi.CdiCamelFactory to package eventEndpointUri(type Type, qualifiers Set<Annotation>) : String from class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Move Method private authorityFromType(type Type) : String from class org.apache.camel.cdi.CdiCamelFactory to private authorityFromType(type Type) : String from class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private qualifiers : Set<Annotation> from class org.apache.camel.cdi.ForwardingObserverMethod to private qualifiers : Set<Annotation> from class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Move Attribute private type : Type from class org.apache.camel.cdi.ForwardingObserverMethod to private type : Type from class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute type : Type to endpoint : CdiEventEndpoint<T> in class org.apache.camel.cdi.ForwardingObserverMethod | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type cdiEventEndpoints : Map<InjectionPoint,ForwardingObserverMethod<?>> to cdiEventEndpoints : Map<String,CdiEventEndpoint<?>> in class org.apache.camel.cdi.CdiCamelExtension | From | To | |
| Change Attribute Type type : Type to endpoint : CdiEventEndpoint<T> in class org.apache.camel.cdi.ForwardingObserverMethod | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method package getType() : Type extracted from public getObservedType() : Type in class org.apache.camel.cdi.ForwardingObserverMethod & moved to class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Extract And Move Method package getQualifiers() : Set<Annotation> extracted from public getObservedQualifiers() : Set<Annotation> in class org.apache.camel.cdi.ForwardingObserverMethod & moved to class org.apache.camel.cdi.CdiEventEndpoint | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter type : Type to endpoint : CdiEventEndpoint<T> in method package ForwardingObserverMethod(endpoint CdiEventEndpoint<T>) in class org.apache.camel.cdi.ForwardingObserverMethod | From | To |