Bug 23182 - [hovering] import statement to jar mapping
Summary: [hovering] import statement to jar mapping
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 16:32 EDT by David Youd CLA
Modified: 2014-03-28 15:50 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 David Youd CLA 2002-09-04 16:32:36 EDT
Given that there can be many jars associated with a project, it would be useful 
to indicate (possibly as a mouse over) which associated jar(s) contain the class
(es) referred to by a given import statement. 

For example, mousing over "import org.apache.oro.text.perl.Perl5Util" might 
display "jakarta-oro-2.0.5.jar"
Comment 1 Paul Benedict CLA 2014-03-28 15:50:51 EDT
The hovering shouldn't be just for import alone but for hovering over any type. I constantly need to track back which jar a class belongs to.