ddeb700be52e06cf5a8eb722c6238f943317f3a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type AmazonSNSClient to AmazonSNSAsyncClient in method private createSNSClient(region Region) : AmazonSNSAsyncClient in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
Change Variable Type | 3 | ||
Change Variable Type sns : AmazonSNSClient to sns : AmazonSNSAsyncClient in method private createSNSClient(region Region) : AmazonSNSAsyncClient in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
Change Variable Type snsClient : AmazonSNSClient to snsClient : AmazonSNSAsyncClient in method private setupTopics(queueName String) : String in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sns : AmazonSNSClient to sns : AmazonSNSAsyncClient in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To |