Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369611 - XGCONF shows a single object when multiple objects are referenced by the same var
Summary: XGCONF shows a single object when multiple objects are referenced by the same...
Status: ASSIGNED
Alias: None
Product: RTSC
Classification: Technology
Component: Tools (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dave Russo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 19:50 EST by Scott Gary CLA
Modified: 2012-02-14 13:52 EST (History)
0 users

See Also:


Attachments

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