| Chunk |
|---|
| Conflicting content |
|---|
void addTweetToTimeline(String login, Tweet tweet);
<<<<<<< HEAD
=======
void addTweetToTagline(Tweet tweet);
/**
* a day's tweets
*/
Collection |
| Solution content |
|---|
void addTweetToTimeline(String login, Tweet tweet);
void addTweetToTagline(Tweet tweet);
/**
* a day's tweets
*/
Collection |
| File |
|---|
| TweetRepository.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Method interface |
| Chunk |
|---|
| Conflicting content |
|---|
Collection |
| Solution content |
|---|
Collection |
| File |
|---|
| TweetRepository.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |
| Chunk |
|---|
| Conflicting content |
|---|
*/
public Collection |
| Solution content |
|---|
*/
public Collection |
| File |
|---|
| TimelineService.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
*/
public Collection |
| Solution content |
|---|
*/
public Collection |
| File |
|---|
| TimelineService.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
}
return tweets;
}
<<<<<<< HEAD
=======
public void setAuthenticationService(AuthenticationService authenticationService) {
this.authenticationService = authenticationService;
}
>>>>>>> 74d054033ff8b17029c48429290e0575f534f743
} |
| Solution content |
|---|
}
return tweets;
}
public void setAuthenticationService(AuthenticationService authenticationService) {
this.authenticationService = authenticationService;
}
} |
| File |
|---|
| TimelineService.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method declaration |
| Chunk |
|---|
| Conflicting content |
|---|
users.put(tweet.getLogin(), userService.getUserProfileByLogin(tweet.getLogin()));
if (users.size() == 3) break; // suggestions list limit
}
<<<<<<< HEAD
return mock;
=======
return users.values();
>>>>>>> 74d054033ff8b17029c48429290e0575f534f743
}
} |
| Solution content |
|---|
users.put(tweet.getLogin(), userService.getUserProfileByLogin(tweet.getLogin()));
if (users.size() == 3) break; // suggestions list limit
}
return users.values();
}
} |
| File |
|---|
| UserController.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Method invocation |
| Return statement |
| Variable |