e413b9103973fbab68e25376e3f5107dca9097d2
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 3 | ||
Parameterize Variable unmarshalled : Object to o : Object in method private castJaxbType(o Object, type Class<T>) : T in class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Extract Variable | 2 | ||
Extract Variable ae : AnnotatedElement in method protected createContext(type Class<T>) : JAXBContext from class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Extract Variable toMarshall : Object in method protected marshall(type Class<T>, exchange Exchange, value Object) : T from class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Inline Variable | 1 | ||
Inline Variable element : XmlRootElement in method protected isJaxbType(type Class<T>) : boolean from class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Extract Method | 4 | ||
Extract Method private castJaxbType(o Object, type Class<T>) : T extracted from protected unmarshall(type Class<T>, exchange Exchange, value Object) : T in class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Extract Method private hasXmlRootElement(type Class<T>) : boolean extracted from protected isJaxbType(type Class<T>) : boolean in class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type contexts : Map<Class<?>,JAXBContext> to contexts : Map<AnnotatedElement,JAXBContext> in class org.apache.camel.converter.jaxb.FallbackTypeConverter | From | To |