Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 346193

Summary: wrong implementation of hashCode in the class NavigationNode
Product: [RT] Riena Reporter: Thorsten Schenkel <thorsten.schenkel>
Component: navigationAssignee: Thorsten Schenkel <thorsten.schenkel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: christian.campo, elias
Version: unspecified   
Target Milestone: 3.0.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Thorsten Schenkel CLA 2011-05-18 04:07:01 EDT
Because of a wrong implementation of hashCode in the class NavigationNode some parts of the Riena navigation (e.g. Jump, Rendering Module view) didn't work correct after changing the navigation ID of a node.
Because after setting a new navigation ID for a NavigationNode the hashCode method returns another value than it did before. So a lot of hash maps used for navigation didn't work as expected.
Comment 1 Thorsten Schenkel CLA 2011-05-18 04:07:54 EDT
Implementation of hashCode and also equals are removed in the class NavigationNode.