Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346195 - Strange behavior if a sub-module node and one of its children have the same node ID
Summary: Strange behavior if a sub-module node and one of its children have the same n...
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:24 EDT by Thorsten Schenkel CLA
Modified: 2011-06-15 05:10 EDT (History)
1 user (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:24:48 EDT
It was possible to add to a sub-module node another sub-module node with an equal node ID (NavigationNodeId). After that the navigation tree didn't work correct. So the user can open in the navigation sub-trees at some levels where the navigation model didn't have any sub-trees.
Riena didn't prevent that the developer can create a inconsistent navigation model.
Comment 1 Thorsten Schenkel CLA 2011-05-18 04:29:03 EDT
Riena (NavigationNode) throws an exception if a node is added and parent and child node have an equal node ID.