8270e3e93bc4aab1c2a18d7d996f82281babe234
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public from(from String) : TransformerBuilder renamed to public fromType(from String) : TransformerBuilder in class org.apache.camel.builder.TransformerBuilder | From | To | |
Rename Method public to(to String) : TransformerBuilder renamed to public toType(to String) : TransformerBuilder in class org.apache.camel.builder.TransformerBuilder | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public JAVA_TYPE_PREFIX : String in class org.apache.camel.spi.DataType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dfd : DataFormatDefinition to dataFormatDefinition : DataFormatDefinition in method public withDataFormat(dataFormatDefinition DataFormatDefinition) : TransformerBuilder in class org.apache.camel.builder.TransformerBuilder | From | To |