4cc5e6b2b7f7e522cfd5ae67318bcdbd2505ec14
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setNamedValues(newNamedValues Map<String,Object>) : SimpleStatement renamed to public setNamedValuesWithIds(newNamedValues Map<CqlIdentifier,Object>) : SimpleStatement in class com.datastax.oss.driver.api.core.cql.SimpleStatement | From | To | |
Rename Method public setNamedValues(newNamedValues Map<String,Object>) : SimpleStatement renamed to public setNamedValuesWithIds(newNamedValues Map<CqlIdentifier,Object>) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type values : Map<String,Object> to values : Map<CqlIdentifier,Object> in method public encode(values Map<CqlIdentifier,Object>, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) : Map<String,ByteBuffer> in class com.datastax.oss.driver.internal.core.cql.Conversions | From | To | |
Change Parameter Type newNamedValues : Map<String,Object> to newNamedValues : Map<CqlIdentifier,Object> in method public setNamedValuesWithIds(newNamedValues Map<CqlIdentifier,Object>) : SimpleStatement in class com.datastax.oss.driver.api.core.cql.SimpleStatement | From | To | |
Change Parameter Type newNamedValues : Map<String,Object> to newNamedValues : Map<CqlIdentifier,Object> in method public setNamedValuesWithIds(newNamedValues Map<CqlIdentifier,Object>) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement | From | To | |
Change Parameter Type namedValues : Map<String,Object> to namedValues : Map<CqlIdentifier,Object> in method public DefaultSimpleStatement(query String, positionalValues List<Object>, namedValues Map<CqlIdentifier,Object>, configProfileName String, configProfile DriverConfigProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer) in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,Object> to Map<CqlIdentifier,Object> in method public getNamedValues() : Map<CqlIdentifier,Object> in class com.datastax.oss.driver.api.core.cql.SimpleStatement | From | To | |
Change Return Type Map<String,Object> to Map<CqlIdentifier,Object> in method public getNamedValues() : Map<CqlIdentifier,Object> in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,Object> to entry : Map.Entry<CqlIdentifier,Object> in method public encode(values Map<CqlIdentifier,Object>, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) : Map<String,ByteBuffer> in class com.datastax.oss.driver.internal.core.cql.Conversions | From | To | |
Extract Method | 1 | ||
Extract Method public addNamedValue(name CqlIdentifier, value Object) : SimpleStatementBuilder extracted from public addNamedValue(name String, value Object) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type namedValuesBuilder : ImmutableMap.Builder<String,Object> to namedValuesBuilder : ImmutableMap.Builder<CqlIdentifier,Object> in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder | From | To | |
Change Attribute Type namedValues : Map<String,Object> to namedValues : Map<CqlIdentifier,Object> in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement | From | To |