8fa474fc952ae3b5c469c51c74ad163661f83bce
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable limit : int to currentLimit : int in method protected doDecode(session IoSession, in IoBuffer, out ProtocolDecoderOutput) : boolean in class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To | |
Rename Variable position : int to currentPosition : int in method protected doDecode(session IoSession, in IoBuffer, out ProtocolDecoderOutput) : boolean in class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To | |
Extract Variable | 2 | ||
Extract Variable messageDecoded : boolean in method protected doDecode(session IoSession, in IoBuffer, out ProtocolDecoderOutput) : boolean from class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To | |
Extract Variable len : int in method private parseMessageToString(buf IoBuffer, decoder CharsetDecoder) : Object from class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter slice : IoBuffer to buf : IoBuffer in method private parseMessageToString(buf IoBuffer, decoder CharsetDecoder) : Object in class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To | |
Rename Parameter slice : IoBuffer to buf : IoBuffer in method private parseMessageToByteArray(buf IoBuffer) : Object in class org.apache.camel.component.hl7.HL7MLLPDecoder | From | To |