610adf16fd60dc5779ff7482624a95b28056eab1
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setOutputFormat(outputFormat String) : void renamed to public setOutputType(outputType FopOutputType) : void in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type outputFormat : String to outputType : FopOutputType in method public FopEndpoint(uri String, component FopComponent, outputType FopOutputType) in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Change Parameter Type outputFormat : String to outputType : FopOutputType in method public setOutputType(outputType FopOutputType) : void in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.camel.component.fop.utils.OutputFormatEnumTest moved and renamed to org.apache.camel.component.fop.FopOutputTypeTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute outputFormat : String to outputType : FopOutputType in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type outputFormat : String to outputType : FopOutputType in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Rename Parameter | 2 | ||
Rename Parameter outputFormat : String to outputType : FopOutputType in method public setOutputType(outputType FopOutputType) : void in class org.apache.camel.component.fop.FopEndpoint | From | To | |
Rename Parameter outputFormat : String to outputType : FopOutputType in method public FopEndpoint(uri String, component FopComponent, outputType FopOutputType) in class org.apache.camel.component.fop.FopEndpoint | From | To |