0ef7d443c4045b411a525c670d8b8838f069dfee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getAllowStreaming() : Boolean renamed to public isAllowStreaming() : Boolean in class org.apache.camel.component.cxf.CxfComponent | From | To | |
Rename Method public setSetDefaultBus(isSetDefaultBus boolean) : void renamed to public setDefaultBus(defaultBus boolean) : void in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Method public isSetDefaultBus() : boolean renamed to public isDefaultBus() : boolean in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Attribute | 3 | ||
Rename Attribute configurer : CxfEndpointConfigurer to cxfEndpointConfigurer : CxfEndpointConfigurer in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Attribute isWrapped : boolean to wrapped : boolean in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Attribute isSetDefaultBus : boolean to defaultBus : boolean in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Parameter | 3 | ||
Rename Parameter b : Boolean to allowStreaming : Boolean in method public setAllowStreaming(allowStreaming Boolean) : void in class org.apache.camel.component.cxf.CxfComponent | From | To | |
Rename Parameter isSetDefaultBus : boolean to defaultBus : boolean in method public setDefaultBus(defaultBus boolean) : void in class org.apache.camel.component.cxf.CxfEndpoint | From | To | |
Rename Parameter b : Boolean to allowStreaming : Boolean in method public setAllowStreaming(allowStreaming Boolean) : void in class org.apache.camel.component.cxf.CxfEndpoint | From | To |