866d11bf3ecf909682f9fbc91195323f26a1e2ad
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public delete(applicationScope ApplicationScope, uniqueValue UniqueValue) : MutationBatch renamed to public deleteCQL(applicationScope ApplicationScope, uniqueValue UniqueValue) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyProxyImpl | From | To | |
| Rename Method public delete(applicationScope ApplicationScope, uniqueValue UniqueValue) : MutationBatch renamed to public deleteCQL(applicationScope ApplicationScope, uniqueValue UniqueValue) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.UniqueValueSerializationStrategy | From | To | |
| Rename Variable | 1 | ||
| Rename Variable mb : MutationBatch to session : Session in method public testConflict() : void in class org.apache.usergrid.persistence.collection.mvcc.stage.write.WriteOptimisticVerifyTest | From | To | |
| Change Return Type | 5 | ||
| Change Return Type Object to ByteBuffer in method protected serializeUniqueValueLogColumn(fieldEntry UniqueFieldEntry) : ByteBuffer in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyV1Impl | From | To | |
| Change Return Type Object to ByteBuffer in method protected serializeUniqueValueLogColumn(fieldEntry UniqueFieldEntry) : ByteBuffer in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyV2Impl | From | To | |
| Change Return Type Object to ByteBuffer in method protected abstract serializeUniqueValueLogColumn(fieldEntry UniqueFieldEntry) : ByteBuffer in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyImpl | From | To | |
| Change Return Type MutationBatch to BatchStatement in method public deleteCQL(applicationScope ApplicationScope, uniqueValue UniqueValue) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.UniqueValueSerializationStrategy | From | To | |
| Change Return Type MutationBatch to BatchStatement in method public deleteCQL(applicationScope ApplicationScope, uniqueValue UniqueValue) : BatchStatement in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyProxyImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type mb : MutationBatch to session : Session in method public testConflict() : void in class org.apache.usergrid.persistence.collection.mvcc.stage.write.WriteOptimisticVerifyTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private getField(name String, value String, fieldType FieldTypeName) : Field extracted from private loadCQL(appScope ApplicationScope, consistencyLevel ConsistencyLevel, type String, fields Collection<Field>) : UniqueValueSet in class org.apache.usergrid.persistence.collection.serialization.impl.UniqueValueSerializationStrategyImpl | From | To |