| Summary: | Wrong instance of selected element in SynchronizePageActionGroup.fillContextMenu() | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dariusz Luksza <dariusz.luksza> |
| Component: | Team | Assignee: | Platform Team Inbox <platform-team-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | tomasz.zarna |
| Version: | 3.6.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Dariusz Luksza
Have you tried creating your own view and adding the same set of elements to it? Will calling getContext().getSelection() then give you the same results? Why did you mark the bug as critical? Does it result loss of data when you execute an action on a bad selection? Sorry for bothering you guys ... it appears that this was problem in my code. I didn't overwrite properly hashCode() and equals() methods. |