Community
Participate
Working Groups
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.
Implementation of hashCode and also equals are removed in the class NavigationNode.