982df580dde606b5dc551ee1457cb4ed03076c4f
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public GroupIterator(camelContext CamelContext, it Iterator<?>, token String, group int) from class org.apache.camel.util.GroupIterator to public GroupTokenIterator(camelContext CamelContext, it Iterator<?>, token String, group int) from class org.apache.camel.util.GroupTokenIterator | From | To | |
Move Attribute | 2 | ||
Move Attribute private bos : ByteArrayOutputStream from class org.apache.camel.util.GroupIterator to private bos : ByteArrayOutputStream from class org.apache.camel.util.GroupTokenIterator | From | To | |
Move Attribute private token : String from class org.apache.camel.util.GroupIterator to private token : String from class org.apache.camel.util.GroupTokenIterator | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.util.GroupIteratorTest renamed to org.apache.camel.util.GroupTokenIteratorTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type gi : GroupIterator to gi : GroupTokenIterator in method public testGroupIteratorWithDifferentEncodingFromDefault() : void in class org.apache.camel.util.GroupTokenIteratorTest | From | To | |
Change Variable Type gi : GroupIterator to gi : GroupTokenIterator in method public testGroupIterator() : void in class org.apache.camel.util.GroupTokenIteratorTest | From | To | |
Extract Method | 1 | ||
Extract Method protected evaluateExpression(expressionText String, expectedValue String) : Object extracted from protected assertExpression(expressionText String, expectedValue String, orThisExpectedValue String) : void in class org.apache.camel.LanguageTestSupport | From | To |