8d5272957aeeb6f676408dc48fc6fa31f6fb4ee2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getConsistentRead() : Boolean renamed to public isConsistentRead() : boolean in class org.apache.camel.component.aws.sdb.SdbConfiguration | From | To | |
Rename Method public getConsistentRead() : Boolean renamed to public isConsistentRead() : boolean in class org.apache.camel.component.aws.ddb.DdbConfiguration | From | To | |
Change Parameter Type | 6 | ||
Change Parameter Type deleteAfterRead : Boolean to deleteAfterRead : boolean in method public setDeleteAfterRead(deleteAfterRead boolean) : void in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Parameter Type extendMessageVisibility : Boolean to extendMessageVisibility : boolean in method public setExtendMessageVisibility(extendMessageVisibility boolean) : void in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Parameter Type consistentRead : Boolean to consistentRead : boolean in method public setConsistentRead(consistentRead boolean) : void in class org.apache.camel.component.aws.sdb.SdbConfiguration | From | To | |
Change Parameter Type concurrentConsumers : Integer to concurrentConsumers : int in method public setConcurrentConsumers(concurrentConsumers int) : void in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Parameter Type consistentRead : Boolean to consistentRead : boolean in method public setConsistentRead(consistentRead boolean) : void in class org.apache.camel.component.aws.ddb.DdbConfiguration | From | To | |
Change Parameter Type deleteIfFiltered : Boolean to deleteIfFiltered : boolean in method public setDeleteIfFiltered(deleteIfFiltered boolean) : void in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Return Type | 5 | ||
Change Return Type Boolean to boolean in method public isConsistentRead() : boolean in class org.apache.camel.component.aws.ddb.DdbConfiguration | From | To | |
Change Return Type Boolean to boolean in method public isDeleteIfFiltered() : boolean in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Return Type Integer to int in method public getConcurrentConsumers() : int in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Return Type Boolean to boolean in method public isDeleteAfterRead() : boolean in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Return Type Boolean to boolean in method public isConsistentRead() : boolean in class org.apache.camel.component.aws.sdb.SdbConfiguration | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type consistentRead : Boolean to consistentRead : boolean in class org.apache.camel.component.aws.sdb.SdbConfiguration | From | To | |
Change Attribute Type deleteAfterRead : Boolean to deleteAfterRead : boolean in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Attribute Type deleteIfFiltered : Boolean to deleteIfFiltered : boolean in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Attribute Type concurrentConsumers : Integer to concurrentConsumers : int in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Attribute Type extendMessageVisibility : Boolean to extendMessageVisibility : boolean in class org.apache.camel.component.aws.sqs.SqsConfiguration | From | To | |
Change Attribute Type consistentRead : Boolean to consistentRead : boolean in class org.apache.camel.component.aws.ddb.DdbConfiguration | From | To |