5846f22c3229030afdac6407767e4853f7e5e01d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable acceptedMediaType : MediaType to acceptedMediaTypes : MediaType[] in method public populateRestletRequestFromExchange(request Request, exchange Exchange) : void in class org.apache.camel.component.restlet.DefaultRestletBinding | From | To | |
Change Variable Type | 2 | ||
Change Variable Type acceptedMediaType : MediaType to acceptedMediaTypes : MediaType[] in method public populateRestletRequestFromExchange(request Request, exchange Exchange) : void in class org.apache.camel.component.restlet.DefaultRestletBinding | From | To | |
Extract Variable | 2 | ||
Extract Variable clientInfo : ClientInfo in method public populateRestletRequestFromExchange(request Request, exchange Exchange) : void from class org.apache.camel.component.restlet.DefaultRestletBinding | From | To | |
Extract Variable acceptedMediaTypesList : List<Preference<MediaType>> in method public populateRestletRequestFromExchange(request Request, exchange Exchange) : void from class org.apache.camel.component.restlet.DefaultRestletBinding | From | To |