ede89279e79f73c2d5d5c37fbdcee2023848df84
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private validateSearchOp(configuration DropboxConfiguration) : void renamed to public validateDelOp(remotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type configuration : DropboxConfiguration to remotePath : String in method public validateGetOp(remotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To | |
| Change Parameter Type configuration : DropboxConfiguration to remotePath : String in method public validateDelOp(remotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To | |
| Split Parameter | 1 | ||
| Split Parameter configuration : DropboxConfiguration to [newRemotePath : String, remotePath : String] in method public validateMoveOp(remotePath String, newRemotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter configuration : DropboxConfiguration to remotePath : String in method public validateGetOp(remotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To | |
| Rename Parameter configuration : DropboxConfiguration to remotePath : String in method public validateDelOp(remotePath String) : void in class org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator | From | To |