92cfda21164ed34debaa133ae37c46bfbe7dbfcf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createNextMessage() : Message renamed to private getNextElement() : Message in class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type exchange : Exchange to inputMessage : Message in method public TarIterator(inputMessage Message, inputStream InputStream) in class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable next : Message to answer : Message in method public next() : Message in class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
| Inline Method | 1 | ||
| Inline Method private tryAdvanceToNext() : void inlined to public next() : Message in class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute nextMessage : Message to parent : Message in class org.apache.camel.dataformat.tarfile.TarIterator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter exchange : Exchange to inputMessage : Message in method public TarIterator(inputMessage Message, inputStream InputStream) in class org.apache.camel.dataformat.tarfile.TarIterator | From | To |