Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335873 - xgconf summary of array elements should not duplicate array summary
Summary: xgconf summary of array elements should not duplicate array summary
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: Jon Rowlands CLA
QA Contact:
URL:
Whiteboard: target: 3.40
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 11:56 EST by Dave Russo CLA
Modified: 2014-02-26 00:27 EST (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 Dave Russo CLA 2011-01-31 11:56:55 EST
When viewing the elements of an array in the table view, the summary field of each element is a duplicate of the summary of the array as a whole.  This is not olny unnecessary, it's wrong; For example, the load function added to the array of SYS/BIOS idle functions has a summary "array of functions ..." when, in fact, the load function is _not_ an array.

The summary of elements of an array should either be blank _or_ the summary of the item in the array.  In the idle function example above, the summary should be the summary provided by the Load module's idle function.