4a695c09f8ea5ba88ae8fad528d0576e9ccee0df
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type List<EntityField> to Set<EntityField> in method public parse(map Map<String,?>) : Set<EntityField> in class org.apache.usergrid.persistence.index.impl.EntityMappingParser | From | To | |
Change Return Type List<EntityField> to Set<EntityField> in method public parse(map Map<String,?>) : Set<EntityField> in class org.apache.usergrid.persistence.index.impl.FieldParser | From | To | |
Rename Attribute | 1 | ||
Rename Attribute log : Logger to logger : Logger in class org.apache.usergrid.persistence.index.impl.EntityIndexTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fieldsToIndex : List<EntityField> to fieldsToIndex : Set<EntityField> in method public convert(applicationScope ApplicationScope, indexEdge IndexEdge, entity Entity) : Map<String,Object> in class org.apache.usergrid.persistence.index.impl.EntityToMapConverter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fields : List<EntityField> to fields : Set<EntityField> in class org.apache.usergrid.persistence.index.impl.EntityMappingParser | From | To |