3c43b7973ed853805fdad7f6536c5cce7f7c23e3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute private query : String from class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement to public query : String from class com.datastax.oss.driver.internal.core.session.RepreparePayload | From | To | |
Move Attribute private schedulingEventLoop : ScheduledTaskCapturingEventLoop from class com.datastax.oss.driver.internal.core.cql.RequestHandlerTestHarness.Builder to private schedulingEventLoop : ScheduledTaskCapturingEventLoop from class com.datastax.oss.driver.internal.core.cql.RequestHandlerTestHarness | From | To | |
Move Attribute private customPayload : Map<String,ByteBuffer> from class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement to public customPayload : Map<String,ByteBuffer> from class com.datastax.oss.driver.internal.core.session.RepreparePayload | From | To | |
Move Attribute private keyspace : String from class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement to public keyspace : String from class com.datastax.oss.driver.internal.core.session.RepreparePayload | From | To | |
Extract Class | 1 | ||
Extract Class com.datastax.oss.driver.internal.core.session.RepreparePayload from class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement | From | To | |
Rename Attribute | 2 | ||
Rename Attribute schedulingEventGroup : ScheduledTaskCapturingEventLoop to schedulingEventLoop : ScheduledTaskCapturingEventLoop in class com.datastax.oss.driver.internal.core.cql.RequestHandlerTestHarness | From | To | |
Rename Attribute customPayload : Map<String,ByteBuffer> to customPayloadForBoundStatements : Map<String,ByteBuffer> in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement | From | To | |
Rename Parameter | 1 | ||
Rename Parameter customPayload : Map<String,ByteBuffer> to customPayloadForBoundStatements : Map<String,ByteBuffer> in method public DefaultPreparedStatement(id ByteBuffer, query String, variableDefinitions ColumnDefinitions, resultSetDefinitions ColumnDefinitions, configProfileName String, configProfile DriverConfigProfile, keyspace String, customPayloadForBoundStatements Map<String,ByteBuffer>, idempotent Boolean, codecRegistry CodecRegistry, protocolVersion ProtocolVersion, customPayloadForPrepare Map<String,ByteBuffer>) in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement | From | To |