af73eb8fe3b695f4c8f8c2a1d1f7818af99261a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable bos : ByteArrayOutputStream to osb : OutputStreamBuilder in method public unmarshal(exchange Exchange, inputStream InputStream) : Object in class org.apache.camel.impl.GzipDataFormat | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable is : InputStream to inputStream : InputStream in method public unmarshal(exchange Exchange, inputStream InputStream) : Object in class org.apache.camel.impl.GzipDataFormat | From | To | |
Extract Variable | 1 | ||
Extract Variable bis : BufferedInputStream in method public unmarshal(exchange Exchange, stream InputStream) : Object from class org.apache.camel.dataformat.tarfile.TarFileDataFormat | From | To | |
Change Variable Type | 1 | ||
Change Variable Type bos : ByteArrayOutputStream to osb : OutputStreamBuilder in method public unmarshal(exchange Exchange, inputStream InputStream) : Object in class org.apache.camel.impl.GzipDataFormat | From | To | |
Inline Variable | 1 | ||
Inline Variable answer : Message in method private getNextElement() : Message from class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter stream : InputStream to inputStream : InputStream in method public unmarshal(exchange Exchange, inputStream InputStream) : Object in class org.apache.camel.impl.GzipDataFormat | From | To |