f7b3db9cf4634ca7cb8bb1384d5cfe1eeb72d610
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type dataIn : byte[] to bytesIn : InputStream in method private decode(camelContext CamelContext, bytesIn InputStream) : DefaultExchangeHolder in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec | From | To | |
| Inline Method | 1 | ||
| Inline Method private encode(object Object) : byte[] inlined to public marshallExchange(camelContext CamelContext, exchange Exchange, allowSerializedHeaders boolean) : byte[] in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec | From | To | |
| Extract Method | 2 | ||
| Extract Method public marshallExchange(camelContext CamelContext, exchange Exchange, allowSerializedHeaders boolean, outputStream OutputStream) : void extracted from public marshallExchange(camelContext CamelContext, exchange Exchange, allowSerializedHeaders boolean) : byte[] in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec | From | To | |
| Extract Method public unmarshallExchange(camelContext CamelContext, inputStream InputStream) : Exchange extracted from public unmarshallExchange(camelContext CamelContext, buffer byte[]) : Exchange in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter dataIn : byte[] to bytesIn : InputStream in method private decode(camelContext CamelContext, bytesIn InputStream) : DefaultExchangeHolder in class org.apache.camel.processor.aggregate.jdbc.JdbcCamelCodec | From | To |