d19e5d742b2cbed2f84ad2598bbe9c4789789d3b
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getKeyFormatStrategy() : KeyFormatStrategy renamed to public getJmsKeyFormatStrategy() : JmsKeyFormatStrategy in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Rename Method public setKeyFormatStrategy(keyFormatStrategy KeyFormatStrategy) : void renamed to public setJmsKeyFormatStrategy(jmsKeyFormatStrategy JmsKeyFormatStrategy) : void in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type keyFormatStrategy : KeyFormatStrategy to jmsKeyFormatStrategy : JmsKeyFormatStrategy in method public setJmsKeyFormatStrategy(jmsKeyFormatStrategy JmsKeyFormatStrategy) : void in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Move Method | 5 | ||
Move Method protected isStandardJMSHeader(headerName String) : boolean from class org.apache.camel.component.sjms.jms.JmsMessageHelper to protected isStandardJMSHeader(headerName String) : boolean from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Move Method protected getValidJMSHeaderValue(headerName String, headerValue Object) : Object from class org.apache.camel.component.sjms.jms.JmsMessageHelper to protected getValidJMSHeaderValue(headerName String, headerValue Object) : Object from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Move Method private appendJmsProperty(jmsMessage Message, exchange Exchange, in Message, headerName String, headerValue Object, headerFilterStrategy HeaderFilterStrategy, keyFormatStrategy KeyFormatStrategy) : void from class org.apache.camel.component.sjms.jms.JmsMessageHelper to public appendJmsProperty(jmsMessage Message, exchange Exchange, headerName String, headerValue Object) : void from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Move Method protected shouldOutputHeader(camelMessage Message, headerName String, headerValue Object, exchange Exchange, headerFilterStrategy HeaderFilterStrategy) : boolean from class org.apache.camel.component.sjms.jms.JmsMessageHelper to protected shouldOutputHeader(headerName String, headerValue Object, exchange Exchange) : boolean from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Move Method private appendJmsProperties(jmsMessage Message, exchange Exchange, in Message, headerFilterStrategy HeaderFilterStrategy, keyFormatStrategy KeyFormatStrategy) : void from class org.apache.camel.component.sjms.jms.JmsMessageHelper to public appendJmsProperties(jmsMessage Message, exchange Exchange, headers Map<String,Object>) : void from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Change Return Type | 2 | ||
Change Return Type KeyFormatStrategy to JmsKeyFormatStrategy in method public getJmsKeyFormatStrategy() : JmsKeyFormatStrategy in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Change Return Type KeyFormatStrategy to JmsKeyFormatStrategy in method public getJmsKeyFormatStrategy() : JmsKeyFormatStrategy in class org.apache.camel.component.sjms.SjmsEndpoint | From | To | |
Move Attribute | 1 | ||
Move Attribute private LOG : Logger from class org.apache.camel.component.sjms.jms.JmsMessageHelper to private LOG : Logger from class org.apache.camel.component.sjms.jms.JmsBinding | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.camel.component.sjms.jms.JmsBinding from class org.apache.camel.component.sjms.jms.JmsMessageHelper | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.component.sjms.jms.KeyFormatStrategy renamed to org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy | From | To | |
Rename Attribute | 1 | ||
Rename Attribute keyFormatStrategy : KeyFormatStrategy to jmsKeyFormatStrategy : JmsKeyFormatStrategy in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type keyFormatStrategy : KeyFormatStrategy to jmsKeyFormatStrategy : JmsKeyFormatStrategy in class org.apache.camel.component.sjms.SjmsComponent | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keyFormatStrategy : KeyFormatStrategy to jmsKeyFormatStrategy : JmsKeyFormatStrategy in method public setJmsKeyFormatStrategy(jmsKeyFormatStrategy JmsKeyFormatStrategy) : void in class org.apache.camel.component.sjms.SjmsComponent | From | To |