3aca1b9aaa0bb4e783060be699326b0e6a0e4792
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 71
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getListToListMarshaller(type Type) : ArgumentMarshaller renamed to private getCollectionToListMarshaller(type Type) : ArgumentMarshaller in class com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas.StandardItemConverter | From | To | |
Change Return Type | 1 | ||
Change Return Type ListToListMarshaller to CollectionToListMarshaller in method public instance() : CollectionToListMarshaller in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller | From | To | |
Rename Class | 1 | ||
Rename Class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ListToListMarshaller renamed to com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller | From | To | |
Change Variable Type | 1 | ||
Change Variable Type objects : List<?> to objects : Collection<?> in method public marshall(obj Object) : AttributeValue in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller | From | To | |
Extract Variable | 1 | ||
Extract Variable req : UpdateTableRequest in method public updateTable(spec UpdateTableSpec) : TableDescription from class com.amazonaws.services.dynamodbv2.document.Table | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type INSTANCE : ListToListMarshaller to INSTANCE : CollectionToListMarshaller in class com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller | From | To | |
Extract Method | 2 | ||
Extract Method private unmarshallNS(values List<String>) : Set<Boolean> extracted from public unmarshall(value AttributeValue) : Object in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller | From | To | |
Extract Method private unmarshallList(values List<AttributeValue>) : Set<Boolean> extracted from public unmarshall(value AttributeValue) : Object in class com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller | From | To |