Bug 306680 - [build path] UI to configure referenced JARs in Properties > Java Build Path > Libraries
Summary: [build path] UI to configure referenced JARs in Properties > Java Build Path ...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 05:53 EDT by Markus Keller CLA
Modified: 2010-03-22 05:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2010-03-22 05:53:24 EDT
I20100316-0859

Add UI to configure referenced JARs in Properties > Java Build Path > Libraries:

- show all referenced JARs at the end of the list (info from JavaCore#getReferencedClasspathEntries(..) on each raw JAR)
- label should mention a referencing JAR (see JavaElementLabelComposer)
- unnecessary entries from IJavaProject#getReferencedClasspathEntries() should be flagged with a warning message and an overlay on the icon. User should be able to remove unnecessary entries, but not necessary ones.