34f2c4fc83a45e867f4b076bca185b89cd3fad21
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 3 | ||
| Change Return Type Iterable<PropertyDefinition> to List<PropertyDefinition> in method public getAllColumns() : List<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.EntityDefinition | From | To | |
| Change Return Type Iterable<PropertyDefinition> to List<PropertyDefinition> in method public getPartitionKey() : List<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.EntityDefinition | From | To | |
| Change Return Type Iterable<PropertyDefinition> to List<PropertyDefinition> in method public getClusteringColumns() : List<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.EntityDefinition | From | To | |
| Extract Method | 1 | ||
| Extract Method public bindParameters(parameters List<? extends VariableElement>, bindMarkerNames List<String>, methodBuilder MethodSpec.Builder, enclosingClass BindableHandlingSharedCode, context ProcessorContext) : void extracted from public bindParameters(parameters List<? extends VariableElement>, methodBuilder MethodSpec.Builder, enclosingClass BindableHandlingSharedCode, context ProcessorContext) : void in class com.datastax.oss.driver.internal.mapper.processor.util.generation.GeneratedCodePatterns | From | To |