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

Bug 335873

Summary: xgconf summary of array elements should not duplicate array summary
Product: [Technology] RTSC Reporter: Dave Russo <d-russo>
Component: ToolsAssignee: Jon Rowlands <rowlands>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: dfriedland, karl
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: target: 3.40

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.