04a3f47bd86ec0674ff487f479327e0f174f0425
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public toByteBuffer(toSerialize T) : String renamed to public toString(toSerialize T) : String in class org.apache.usergrid.corepersistence.util.ObjectJsonSerializer | From | To | |
| Rename Variable | 2 | ||
| Rename Variable body : Object to payload : Object in method public getMessages(limit int, transactionTimeout int, waitTime int, klass Class) : rx.Observable<QueueMessage> in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
| Rename Variable bodyObj : JsonNode to snsNode : String in method public getMessages(limit int, transactionTimeout int, waitTime int, klass Class) : rx.Observable<QueueMessage> in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bodyObj : JsonNode to snsNode : String in method public getMessages(limit int, transactionTimeout int, waitTime int, klass Class) : rx.Observable<QueueMessage> in class org.apache.usergrid.persistence.queue.impl.SNSQueueManagerImpl | From | To |