Bug 27326 - target icons inconsistent
Summary: target icons inconsistent
Status: RESOLVED DUPLICATE of bug 29815
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-11-28 10:26 EST by Darin Wright CLA
Modified: 2003-01-20 12:56 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 Darin Wright CLA 2002-11-28 10:26:28 EST
The dependencies and execution order show targets. However, the targets are 
rendered with a different icon at the 4th level in the tree (blue circle), than 
at the second level in the tree (arrow).
Comment 1 Jared Burns CLA 2002-12-05 11:00:47 EST
The items that appear in the tree beneath the dependency and execution order
nodes aren't the same kind of objects that appear under projects. The 
higher-level nodes are TargetNode objects. The leaf nodes are just String
objects.

We could just change the label provider to return the target icon for Strings,
but we'll probably need to display real TargetNodes on the leaves for Bug 27327
anyway. This will require changing the content provider to not return children
for TargetNodes whose parents aren't ProjectNodes.
Comment 2 Darin Wright CLA 2003-01-20 12:56:04 EST

*** This bug has been marked as a duplicate of 29815 ***