Bug 245497 - Show origin of libraries in Runtime Classpath dialog
Summary: Show origin of libraries in Runtime Classpath dialog
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 04:14 EDT by Juergen Weber CLA
Modified: 2008-08-28 04:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Weber CLA 2008-08-28 04:14:39 EDT
Build ID: I20080617-2000

The classpath tab of Run Configurations displays the combined classpath of all the projects the main class depends on.

There should be a tooltip to show from which dependent project a classpath entry originates. So it would be easier to remove or change an entry in the dependent projects.

e.g.

[MYVARIABLE/log4j.jar added in MyBaseProject]
or only
[from MyBaseProject]