bfaec78409732532b68aff932fcbe0441fbd6559
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getColTP() : String renamed to public getOperation() : String in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Method public getColCounters() : String renamed to public getBucket() : String in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Method public setColCounters(colCounters String) : void renamed to public setBucket(bucket String) : void in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Method public setColTP(colTP String) : void renamed to public setOperation(operation String) : void in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Variable | 1 | ||
Rename Variable dbObjTPQuery : DBObject to filename : String in method public process(exchange Exchange) : void in class org.apache.camel.component.gridfs.GridFsProducer | From | To | |
Rename Attribute | 2 | ||
Rename Attribute colCounters : String to bucket : String in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Attribute colTP : String to operation : String in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Change Variable Type | 2 | ||
Change Variable Type dbObjTPQuery : DBObject to filename : String in method public process(exchange Exchange) : void in class org.apache.camel.component.gridfs.GridFsProducer | From | To | |
Change Variable Type endpoint : Endpoint to endpoint : GridFsEndpoint in method protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.component.gridfs.GridFsComponent | From | To | |
Rename Parameter | 2 | ||
Rename Parameter colCounters : String to bucket : String in method public setBucket(bucket String) : void in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To | |
Rename Parameter colTP : String to operation : String in method public setOperation(operation String) : void in class org.apache.camel.component.gridfs.GridFsEndpoint | From | To |