| Summary: | Compare editor from synchronize view should show commit id | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Stefan Lay <stefan.lay> |
| Component: | UI | Assignee: | Stefan Lay <stefan.lay> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dariusz.luksza, remy.suen |
| Version: | unspecified | ||
| Target Milestone: | 0.10.0-M1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Stefan Lay
It looks like this commit fcf77bcd77dd52d829f67c954b860cca0c71bb2f should fix this. (In reply to comment #1) > It looks like this commit fcf77bcd77dd52d829f67c954b860cca0c71bb2f should fix > this. No, this commit only fixes the labels for the compare editor used for contents of change sets, not for that started from the workspace model. Here is the code path illustrating the inconsistency. ResourceCompareInputChangeNotifier$CompareInputLabelProvider.getRightLabel(Object) line: 113 CompareConfiguration$DefaultLabelProvider.getRightLabel(Object) line: 175 CompareConfiguration.getRightLabel(Object) line: 573 MergeViewerContentProvider.getRightLabel(Object) line: 150 PropertiesFileMergeViewer(ContentMergeViewer).updateHeader() line: 1071 PropertiesFileMergeViewer(TextMergeViewer).updateHeader() line: 3540 PropertiesFileMergeViewer(ContentMergeViewer).internalRefresh(Object) line: 744 PropertiesFileMergeViewer(ContentMergeViewer).inputChanged(Object, Object) line: 642 PropertiesFileMergeViewer(ContentViewer).setInput(Object) line: 274 CompareContentViewerSwitchingPane(CompareViewerSwitchingPane).setInput(Object) line: 277 CompareContentViewerSwitchingPane.setInput(Object) line: 158 ModelCompareEditorInput(CompareEditorInput).internalSetContentPaneInput(Object) line: 845 CompareEditorInput.access$8(CompareEditorInput, Object) line: 843 CompareEditorInput$11.run() line: 779 BusyIndicator.showWhile(Display, Runnable) line: 70 ModelCompareEditorInput(CompareEditorInput).feed1(ISelection) line: 773 ModelCompareEditorInput(CompareEditorInput).feedInput() line: 751 ModelCompareEditorInput(CompareEditorInput).createContents(Composite) line: 555 CompareEditor.createCompareControl() line: 456 CompareEditor.access$6(CompareEditor) line: 422 CompareEditor$3.run() line: 378 Patch proposed: http://egit.eclipse.org/r/#change,1683 Fixed with 56d406bad8d1c91 . |