09cf89cc702aa3d7e3b5bed68651939341635df5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public isSupportIteratorForEmptyDirectory() : boolean renamed to public isAllowEmptyDirectory() : boolean in class org.apache.camel.dataformat.zipfile.ZipFileDataFormat | From | To | |
Rename Method public setSupportIteratorForEmptyDirectory(supportIteratorForEmptyDirectory boolean) : void renamed to public setAllowEmptyDirectory(allowEmptyDirectory boolean) : void in class org.apache.camel.dataformat.zipfile.ZipIterator | From | To | |
Rename Method public setSupportIteratorForEmptyDirectory(supportIteratorForEmptyDirectory boolean) : void renamed to public setAllowEmptyDirectory(allowEmptyDirectory boolean) : void in class org.apache.camel.dataformat.zipfile.ZipFileDataFormat | From | To | |
Rename Attribute | 2 | ||
Rename Attribute supportIteratorForEmptyDirectory : boolean to allowEmptyDirectory : boolean in class org.apache.camel.dataformat.zipfile.ZipFileDataFormat | From | To | |
Rename Attribute supportIteratorForEmptyDirectory : boolean to allowEmptyDirectory : boolean in class org.apache.camel.dataformat.zipfile.ZipIterator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter supportIteratorForEmptyDirectory : boolean to allowEmptyDirectory : boolean in method public setAllowEmptyDirectory(allowEmptyDirectory boolean) : void in class org.apache.camel.dataformat.zipfile.ZipFileDataFormat | From | To | |
Rename Parameter supportIteratorForEmptyDirectory : boolean to allowEmptyDirectory : boolean in method public setAllowEmptyDirectory(allowEmptyDirectory boolean) : void in class org.apache.camel.dataformat.zipfile.ZipIterator | From | To |