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

Bug 369611

Summary: XGCONF shows a single object when multiple objects are referenced by the same var
Product: [Technology] RTSC Reporter: Scott Gary <sg>
Component: ToolsAssignee: Dave Russo <d-russo>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Scott Gary CLA 2012-01-24 19:50:42 EST
Build Identifier: 

A customer was looking at the configuration for an example application in XGCONF.  The configuration script created three Tasks, but only one was shown in XGCONF.

This was due to an error in the application configuration script, with three tasks created, but referenced with a single var:

var myTask = Task.create('&mTaskFxn', taskParams);
var myTask = Task.create('&mTaskFxn2', taskParams);
var myTask = Task.create('&mTaskFxn3', taskParams);

In this situation it would be nice to have some sort of error or warning message from XGCONF.


Reproducible: Always

Steps to Reproduce:
1. Open any SYS/BIOS application .cfg file that creates a Task.
2. Add a second Task creation using the same var for the Task handle.
3. Note that the XGCONF graphical view only shows a single Task.