| Chunk |
|---|
| Conflicting content |
|---|
@DefaultMessage("Last run: {0}")
String lastValidationRun(String completeTime);
<<<<<<< HEAD
@DefaultMessage("Upload document to merge/override translation")
String uploadButtonTitle();
@DefaultMessage("Download document with extension {0}")
String downloadFileTitle(String key);
=======
@DefaultMessage("Start time: {0}")
String lastValidationRunTooltip(String startTime);
>>>>>>> 860a63b3a49c203c7ccf9fd87cb8757e79fece99
} |
| Solution content |
|---|
@DefaultMessage("Last run: {0}")
String lastValidationRun(String completeTime);
@DefaultMessage("Upload document to merge/override translation")
String uploadButtonTitle();
@DefaultMessage("Download document with extension {0}")
String downloadFileTitle(String key);
} |
| File |
|---|
| WebTransMessages.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method interface |
| Chunk |
|---|
| Conflicting content |
|---|
{
this.loadingPanel = loadingPanel;
<<<<<<< HEAD
confirmationBox = new DownloadFilesConfirmationBox(false, resources);
=======
dataProvider = new ListDataProvider |
| Solution content |
|---|
{
this.loadingPanel = loadingPanel;
confirmationBox = new DownloadFilesConfirmationBox(false, messages, resources);
fileUploadDialog = new FileUploadDialog(resources);
pager = new Pager(messages, resources);
searchField = new SearchField(this); |
| File |
|---|
| DocumentListView.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
if (result.getLastModifiedBy() != null)
LocaleId localeId = action.getWorkspaceId().getLocaleId();
ProjectIterationId iterationId = action.getWorkspaceId().getProjectIterationId();
<<<<<<< HEAD
List |
| Solution content |
|---|
LocaleId localeId = action.getWorkspaceId().getLocaleId();
ProjectIterationId iterationId = action.getWorkspaceId().getProjectIterationId();
List |
| File |
|---|
| GetDocumentListHandler.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| For statement |
| If statement |
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
Date lastTranslatedDate = null;
String lastTranslatedBy = "";
<<<<<<< HEAD
if (result != null)
{
lastTranslatedDate = result.getLastChanged();
if (result.getLastModifiedBy() != null)
=======
Map |
| Solution content |
|---|
else
{
Date lastTranslatedDate = null;
String lastTranslatedBy = "";
if (result != null)
{
lastTranslatedDate = result.getLastChanged();
if (result.getLastModifiedBy() != null)
{
lastTranslatedBy = result.getLastModifiedBy().getAccount().getUsername();
}
}
HPerson person = hDoc.getLastModifiedBy();
String lastModifiedBy = "";
if (person != null)
{
lastModifiedBy = person.getAccount().getUsername();
}
Map |
| File |
|---|
| GetDocumentListHandler.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| If statement |
| Method invocation |
| Variable |