646bd78bd02987f8bafa10a9c5a6791622da5304
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getProperties() : Iterable<PropertyDefinition> renamed to public getRegularColumns() : Iterable<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.EntityDefinition | From | To | |
| Rename Method public getProperties() : Iterable<PropertyDefinition> renamed to public getRegularColumns() : Iterable<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityDefinition | From | To | |
| Rename Variable | 5 | ||
| Rename Variable builder : DefaultPropertyDefinition.Builder to previous : PropertyDefinition in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To | |
| Rename Variable method : ExecutableElement to getMethod : ExecutableElement in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To | |
| Rename Variable propertyBuilders : Map<String,DefaultPropertyDefinition.Builder> to partitionKey : SortedMap<Integer,PropertyDefinition> in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To | |
| Rename Variable definitions : ImmutableList.Builder<PropertyDefinition> to regularColumns : ImmutableList.Builder<PropertyDefinition> in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute propertyDefinitions : ImmutableList<PropertyDefinition> to regularColumns : ImmutableList<PropertyDefinition> in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityDefinition | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type propertyBuilders : Map<String,DefaultPropertyDefinition.Builder> to partitionKey : SortedMap<Integer,PropertyDefinition> in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To | |
| Change Variable Type builder : DefaultPropertyDefinition.Builder to previous : PropertyDefinition in method public getDefinition(classElement TypeElement) : EntityDefinition in class com.datastax.oss.driver.internal.mapper.processor.entity.DefaultEntityFactory | From | To |