07691e9801a599a0d301cbcf7ab40eeeb8c71ddb
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 2 | ||
Rename Class org.apache.camel.language.property.PropertyLanguage renamed to org.apache.camel.language.property.ExchangePropertyLanguage | From | To | |
Rename Class org.apache.camel.model.language.PropertyExpression renamed to org.apache.camel.model.language.ExchangePropertyExpression | From | To | |
Move Class | 2 | ||
Move Class org.apache.camel.model.config.PropertiesDefinition moved to org.apache.camel.model.PropertiesDefinition | From | To | |
Move Class org.apache.camel.model.config.PropertyDefinition moved to org.apache.camel.model.PropertyDefinition | From | To | |
Change Variable Type | 2 | ||
Change Variable Type expression : PropertyExpression to expression : ExchangePropertyExpression in method public property(name String) : ValueBuilder in class org.apache.camel.builder.BuilderSupport | From | To | |
Change Variable Type prop : PropertyLanguage to prop : ExchangePropertyLanguage in method public testSingleton() : void in class org.apache.camel.language.PropertyTest | From | To | |
Extract Method | 2 | ||
Extract Method public exchangeProperty(propertyName String) : Expression extracted from public property(propertyName String) : Expression in class org.apache.camel.language.property.ExchangePropertyLanguage | From | To | |
Extract Method public exchangeProperty(name String) : ValueBuilder extracted from public property(name String) : ValueBuilder in class org.apache.camel.builder.Builder | From | To |