Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346193 - wrong implementation of hashCode in the class NavigationNode
Summary: wrong implementation of hashCode in the class NavigationNode
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: navigation (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.0.0   Edit
Assignee: Thorsten Schenkel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 04:07 EDT by Thorsten Schenkel CLA
Modified: 2011-06-15 05:11 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.