| Chunk |
|---|
| Conflicting content |
|---|
private enum ViewType {ITEM_LAYOUT, DROPDOWN_LAYOUT}
private DataSetValueModel |
| Solution content |
|---|
private enum ViewType {ITEM_LAYOUT, DROPDOWN_LAYOUT}
private DataSetValueModel |
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Attribute |
| Chunk |
|---|
| Conflicting content |
|---|
public DataSetAdapter(BindingContext bindingContext)
{
<<<<<<< HEAD
itemBinder = bindingContext.createItemBinder();
dropDownBinder = bindingContext.createItemBinder();
this.preInitializeViews = bindingContext.shouldPreInitializeViews();
=======
this.itemBinder = new ItemBinder(context);
this.preInitializeViews = preInitializeViews;
>>>>>>> 120c73a0666cb14e736ed4e558f661279b7df8f2
}
public void observeChangesOnTheValueModel() |
| Solution content |
|---|
{
this.itemBinder = new ItemBinder(context);
this.preInitializeViews = preInitializeViews;
}
public void observeChangesOnTheValueModel() |
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
<<<<<<< HEAD
=======
};
}
public void setItemLayoutId(int itemLayoutId)
{
itemBinder.setItemLayoutId(itemLayoutId);
}
public void setDropdownLayoutId(int dropdownLayoutId)
{
itemBinder.setDropdownLayoutId(dropdownLayoutId);
}
>>>>>>> 120c73a0666cb14e736ed4e558f661279b7df8f2
@Override
public int getCount()
{ |
| Solution content |
|---|
};
}
public void setItemLayoutId(int itemLayoutId)
{
itemBinder.setItemLayoutId(itemLayoutId);
}
public void setDropdownLayoutId(int dropdownLayoutId)
{
itemBinder.setDropdownLayoutId(dropdownLayoutId);
}
@Override
public int getCount()
{ |
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method declaration |
| Chunk |
|---|
| Conflicting content |
|---|
private View newView(int position, ViewGroup parent, ViewType viewType)
{
ItemPresentationModel |
| Solution content |
|---|
private View newView(int position, ViewGroup parent, ViewType viewType)
{
ItemPresentationModel |
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| If statement |
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
public void setItemPredefinedPendingAttributesForViewGroup(Collection |
| Solution content |
|---|
{
itemBinder.setItemMappingAttribute(itemMappingAttribute);
}
|
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
<<<<<<< HEAD public void setDropdownPredefinedPendingAttributesForViewGroup(Collection |
| Solution content |
|---|
public void setDropdownMappingAttribute(DropdownMappingAttribute dropdownMappingAttribute)
{
itemBinder.setDropdownMappingAttribute(dropdownMappingAttribute);
}
} |
| File |
|---|
| DataSetAdapter.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |