| Chunk |
|---|
| Conflicting content |
|---|
public List |
| Solution content |
|---|
public List |
| File |
|---|
| GetPropertyLookupRequest.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| If statement |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
public Response |
| Solution content |
|---|
public Response |
| File |
|---|
| PropertyService.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| If statement |
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
public void testGetPropertyKey() {
GetPropertyKeyRequest request = new GetPropertyKeyRequest();
<<<<<<< HEAD
request.setKeyName_("qosVariableRateKeyHourly");
=======
request.setKeyName("hourlyPricingOntario");
// set key name
//to date
//from date
>>>>>>> 2f07a5be4360e72a40cc9babf485f9cffa274dda
Response |
| Solution content |
|---|
public void testGetPropertyKey() {
GetPropertyKeyRequest request = new GetPropertyKeyRequest();
request.setKeyName("qosVariableRateKeyHourly");
Response |
| File |
|---|
| PropertyServiceTests.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Comment |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
@Test
}
DateTime fromDateTime = new DateTime("2014-01-01T00:00:00.000-05:00");
DateTime toDateTime = new DateTime("2014-01-02T00:00:00.000-05:00");
<<<<<<< HEAD
request.setKeyName_("qosVariableRateKeyHourly");
request.setFromDateTime(fromDateTime);
request.setToDateTime(toDateTime);
Response |
| Solution content |
|---|
DateTime fromDateTime = new DateTime("2014-01-01T00:00:00.000-05:00");
DateTime toDateTime = new DateTime("2014-01-02T00:00:00.000-05:00");
request.setKeyName("qosVariableRateKeyHourly");
request.setFromDateTime(fromDateTime);
request.setToDateTime(toDateTime);
Response |
| File |
|---|
| PropertyServiceTests.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Annotation |
| Method invocation |
| Method signature |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
public void testGetPropertyStats() {
GetPropertyKeyRequest request = new GetPropertyKeyRequest();
<<<<<<< HEAD
request.setKeyName_("qosVariableRateKeyHourly");
=======
request.setKeyName("hourlyPricingOntario");
>>>>>>> 2f07a5be4360e72a40cc9babf485f9cffa274dda
//check if request.key != null
Response |
| Solution content |
|---|
public void testGetPropertyStats() {
GetPropertyKeyRequest request = new GetPropertyKeyRequest();
request.setKeyName("qosVariableRateKeyHourly");
//check if request.key != null
Response |
| File |
|---|
| PropertyServiceTests.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Method invocation |